COLOR #600E06

HEX: #600E06 RGB: (96,14,6)

Color info

#600E06 contains mainly red color. Web safe color of #600E06 is #660000 (or #600).

RGB color model

#600E06 color RGB value is (96,14,6).

RGB: (96,14,6) (38%, 5%, 2%)

RGB channels and saturation

R 96 of 255 = 38%
G 14 of 255 = 5%
B 6 of 255 = 2%

96
14
6

R + G + B ~ 15%. #600E06 is dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 14 + 6 = 116 (100%)
R 96 of 116 ~ 82.76%
G 14 of 116 ~ 12.07%
B 6 of 116 ~ 5.17'%

%82.76
%12.07

CMYK color model

#600E06 color CMYK value is (0,85,94,62).

  • cyan value is 0.00%
  • magenta value is 85.42%
  • yellow value is 93.75%
  • key color value is 62.35%

CMYK: (0,85,94,62)
C0M85Y94K62 (0%, 85%, 94%, 62%)
(0.00 / 0.85 / 0.94 / 0.62)

CMYK percentages

%0
%85.42
%93.75
%62.35

Codes

Color #600E06 in popluar color models

60 0E 06
RGB 96 14 6
HSL 88.24% 20.00%
HSB/HSV 93.75% 37.65%
CMYK 0.00% 85.42% 93.75%
62.35%

Color #600E06 in popluar number systems.

HEX 60 0E 06
Decimal 96 14 6
Binary 1100000 1110 110
Octal 140 16 6

Shades and tints

Shades of #600E06

#600E06
(96,14,6)
#580D06
(88,13,6)
#500C06
(80,12,6)
#480B06
(72,11,6)
#400A06
(64,10,6)
#380906
(56,9,6)
#300806
(48,8,6)
#280706
(40,7,6)
#200606
(32,6,6)
#180506
(24,5,6)
#100406
(16,4,6)
#000000
(0,0,0)

Tints of #600E06

#600E06
(96,14,6)
#6E231C
(110,35,28)
#7C3832
(124,56,50)
#8A4D48
(138,77,72)
#98625E
(152,98,94)
#A67774
(166,119,116)
#B48C8A
(180,140,138)
#C2A1A0
(194,161,160)
#D0B6B6
(208,182,182)
#DECBCC
(222,203,204)
#ECE0E2
(236,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600E06 color. Also use rgb(96,14,6) instead hex code.

Text Font Color

.myTextColor { color: #600E06; }

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

This text font color is #600E06.

Background Color

.myBgColor { background-color: #600E06; }

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

This div background color is #600E06.

Border color

.myBorderColor { border: 1px solid #600E06; }

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

This div border color is #600E06.

Opacity

.myOpacity80 { color: #600E06; opacity: 0.8; }

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

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

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

This text has shadow with #600E06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #600E06.

Preview

Color preview on black background

This text has color #600E06 on black background.


Color preview on white background

This text has color #600E06 on white background.


Black color preview on #600E06 background

This text has black color on #600E06 background.


White color preview on #600E06 background

This text has white color on #600E06 background.


Related colors

Complementary color

Complementary color for #hex is #9FF1F9.


I love getcolorcode.com

Triadic colors

1 #06600E and #0E0660 with #600E06 are triadic colors.

2 #060E60 and #0E6006 with #600E06 are triadic colors.