COLOR #06110A

HEX: #06110A RGB: (6,17,10)

Color info

#06110A contains red, green and blue colors in about the same proportion. Web safe color of #06110A is #000000 (or #000).

RGB color model

#06110A color RGB value is (6,17,10).

RGB: (6,17,10) (2%, 7%, 4%)

RGB channels and saturation

R 6 of 255 = 2%
G 17 of 255 = 7%
B 10 of 255 = 4%

6
17
10

R + G + B ~ 4%. #06110A is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 17 + 10 = 33 (100%)
R 6 of 33 ~ 18.18%
G 17 of 33 ~ 51.52%
B 10 of 33 ~ 30.3'%

%18.18
%51.52
%30.3

CMYK color model

#06110A color CMYK value is (65,0,41,93).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 93.33%

CMYK: (65,0,41,93)
C65M0Y41K93 (65%, 0%, 41%, 93%)
(0.65 / 0.00 / 0.41 / 0.93)

CMYK percentages

%64.71
%0
%41.18
%93.33

Codes

Color #06110A in popluar color models

06 11 0A
RGB 6 17 10
HSL 142° 47.83% 4.51%
HSB/HSV 142° 64.71% 6.67%
CMYK 64.71% 0.00% 41.18%
93.33%

Color #06110A in popluar number systems.

HEX 06 11 0A
Decimal 6 17 10
Binary 110 10001 1010
Octal 6 21 12

Shades and tints

Shades of #06110A

#06110A
(6,17,10)
#06100A
(6,16,10)
#060F0A
(6,15,10)
#060E0A
(6,14,10)
#060D0A
(6,13,10)
#060C0A
(6,12,10)
#060B0A
(6,11,10)
#060A0A
(6,10,10)
#06090A
(6,9,10)
#06080A
(6,8,10)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #06110A

#06110A
(6,17,10)
#1C2620
(28,38,32)
#323B36
(50,59,54)
#48504C
(72,80,76)
#5E6562
(94,101,98)
#747A78
(116,122,120)
#8A8F8E
(138,143,142)
#A0A4A4
(160,164,164)
#B6B9BA
(182,185,186)
#CCCED0
(204,206,208)
#E2E3E6
(226,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06110A color. Also use rgb(6,17,10) instead hex code.

Text Font Color

.myTextColor { color: #06110A; }

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

This text font color is #06110A.

Background Color

.myBgColor { background-color: #06110A; }

<div style="background-color:#06110A">Inner text</div>

This div background color is #06110A.

Border color

.myBorderColor { border: 1px solid #06110A; }

<div style="border:3px solid #06110A">Div</div>

This div border color is #06110A.

Opacity

.myOpacity80 { color: #06110A; opacity: 0.8; }

<p style="color:#06110A;opacity:0.8;">80%</p>

Text with #06110A 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 #06110A;}

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

This text has shadow with #06110A color.


.textShadow {text-shadow: 3px 3px 1px #06110A', 3px 3px 1px red;}

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

This text has shadow with #06110A primary color and red secondary color.


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

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

This text has shadow with #06110A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06110A; -webkit-box-shadow: 1px 1px 3px 2px #06110A; box-shadow:1px 1px 3px 2px #06110A;">
Div content here
</div>

This div box has shadow with color #06110A.

Preview

Color preview on black background

This text has color #06110A on black background.


Color preview on white background

This text has color #06110A on white background.


Black color preview on #06110A background

This text has black color on #06110A background.


White color preview on #06110A background

This text has white color on #06110A background.


Related colors

Complementary color

Complementary color for #hex is #F9EEF5.


I love getcolorcode.com

Triadic colors

1 #0A0611 and #110A06 with #06110A are triadic colors.

2 #0A1106 and #11060A with #06110A are triadic colors.