COLOR #061106

HEX: #061106
RGB: (6,17,6)

Color info

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

RGB color model

#061106 color RGB value is (6,17,6).

  • red value is 6;
  • green value is 17;
  • blue value is 6.
RGB:
(6,17,6)
(2%,7%,2%)

RGB channels and saturation

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

6
17
6

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

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 6 = 29 (100%)
R 6 of 29 ~ 20.69%
G 17 of 29 ~ 58.62%
B 6 of 29 ~ 20.69%

%20.69
%58.62
%20.69

CMYK color model

#061106 color CMYK value is (65,0,65,93).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 93.33%
CMYK:
(65,0,65,93)
C65M0Y65K93 
(65%,0%,65%,93%)
(0.65/0.00/0.65/0.93)	

CMYK percentages

%64.71
%0
%64.71
%93.33

Codes

Color #061106 in popluar color models

061106
RGB6176
HSL120°47.83%4.51%
HSB/HSV120°64.71%6.67%
CMYK64.71%0.00%64.71%
93.33%

Color #061106 in popluar number systems.

HEX061106
Decimal6176
Binary11010001110
Octal6216

Shades and tints

Shades of #061106

#061106
(6,17,6)
#061006
(6,16,6)
#060F06
(6,15,6)
#060E06
(6,14,6)
#060D06
(6,13,6)
#060C06
(6,12,6)
#060B06
(6,11,6)
#060A06
(6,10,6)
#060906
(6,9,6)
#060806
(6,8,6)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #061106

#061106
(6,17,6)
#1C261C
(28,38,28)
#323B32
(50,59,50)
#485048
(72,80,72)
#5E655E
(94,101,94)
#747A74
(116,122,116)
#8A8F8A
(138,143,138)
#A0A4A0
(160,164,160)
#B6B9B6
(182,185,182)
#CCCECC
(204,206,204)
#E2E3E2
(226,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061106; }

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

This text font color is #061106.


Background Color

.myBgColor { background-color: #061106; }

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

This div background color is #061106.


Border color

.myBorderColor { border: 1px solid #061106; }

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

This div border color is #061106.


Opacity

.myOpacity80 { color: #061106; opacity: 0.8; }

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

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

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

This text has shadow with #061106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061106 on black background.


Color preview on white background

This text has color #061106 on white background.



Black color preview on #061106 background

This text has black color on #061106 background.


White color preview on #061106 background

This text has white color on #061106 background.