COLOR #6E0606

HEX: #6E0606
RGB: (110,6,6)

Renk bilgisi

#6E0606 contains mainly red color. #6E0606 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#6E0606 color RGB value is (110,6,6).

  • kırmız ton 110;
  • yeşil ton 6;
  • mavi ton 6.
RGB:
(110,6,6)
(43%,2%,2%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 6 of 255 = 2%
B 6 of 255 = 2%

110
6
6

R + G + B ~ 16%. #6E0606 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 6 + 6 = 122 (100%)
R 110 of 122 ~ 90.16%
G 6 of 122 ~ 4.92%
B 6 of 122 ~ 4.92%

%90.16

CMYK RENK MODELİ

#6E0606 rengi CMYK tonu (0,95,95,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 94.55%
  • sarı tonu 94.55%
  • ana renk tonu 56.86%
CMYK:
(0,95,95,57)
C0M95Y95K57 
(0%,95%,95%,57%)
(0.00/0.95/0.95/0.57)	

CMYK yüzdeleri

%0
%94.55
%94.55
%56.86

Codes

Color #6E0606 in popluar color models

6E0606
RGB11066
HSL89.66%22.75%
HSB/HSV94.55%43.14%
CMYK0.00%94.55%94.55%
56.86%

Color #6E0606 in popluar number systems.

HEX6E0606
Decimal11066
Binary1101110110110
Octal15666

Shades and tints

Shades of #6E0606

#6E0606
(110,6,6)
#640606
(100,6,6)
#5A0606
(90,6,6)
#500606
(80,6,6)
#460606
(70,6,6)
#3C0606
(60,6,6)
#320606
(50,6,6)
#280606
(40,6,6)
#1E0606
(30,6,6)
#140606
(20,6,6)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #6E0606

#6E0606
(110,6,6)
#7B1C1C
(123,28,28)
#883232
(136,50,50)
#954848
(149,72,72)
#A25E5E
(162,94,94)
#AF7474
(175,116,116)
#BC8A8A
(188,138,138)
#C9A0A0
(201,160,160)
#D6B6B6
(214,182,182)
#E3CCCC
(227,204,204)
#F0E2E2
(240,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0606 color. Also use rgb(110,6,6) instead hex code.

Text Font Color

.myTextColor { color: #6E0606; }

<p style="color:#6E0606">This sample text font color is #6E0606.</p>

This text font color is #6E0606.


Background Color

.myBgColor { background-color: #6E0606; }

<div style="background-color:#6E0606">Inner text</div>

This div background color is #6E0606.


Border color

.myBorderColor { border: 1px solid #6E0606; }

<div style="border:3px solid #6E0606">Div</div>

This div border color is #6E0606.


Opacity

.myOpacity80 { color: #6E0606; opacity: 0.8; }

<p style="color:#6E0606;opacity:0.8;">80%</p>

Text with #6E0606 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E0606;}

<p style="text-shadow: 3px 3px 1px #6E0606">Text here.</p>

This text has shadow with #6E0606 color.

.textShadow {text-shadow: 3px 3px 1px #6E0606, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E0606, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E0606 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E0606, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E0606, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E0606 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E0606;
  -webkit-box-shadow:	1px 1px 3px 2px #6E0606;
  box-shadow:		1px 1px 3px 2px #6E0606;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E0606;
-webkit-box-shadow: 1px 1px 3px 2px #6E0606;
box-shadow:1px 1px 3px 2px #6E0606;">
Div content here</div>
This div box has shadow with color #6E0606.

Preview

Color preview on black background

This text has color #6E0606 on black background.


Color preview on white background

This text has color #6E0606 on white background.



Black color preview on #6E0606 background

This text has black color on #6E0606 background.


White color preview on #6E0606 background

This text has white color on #6E0606 background.