COLOR #06200E

HEX: #06200E RGB: (6,32,14)

Color info

#06200E contains red, green and blue colors in about the same proportion. Web safe color of #06200E is #003300 (or #030).

RGB color model

#06200E color RGB value is (6,32,14).

RGB: (6,32,14) (2%, 13%, 5%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 14 of 255 = 5%

6
32
14

R + G + B ~ 7%. #06200E is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 32 + 14 = 52 (100%)
R 6 of 52 ~ 11.54%
G 32 of 52 ~ 61.54%
B 14 of 52 ~ 26.92'%

%11.54
%61.54
%26.92

CMYK color model

#06200E color CMYK value is (81,0,56,87).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 87.45%

CMYK: (81,0,56,87)
C81M0Y56K87 (81%, 0%, 56%, 87%)
(0.81 / 0.00 / 0.56 / 0.87)

CMYK percentages

%81.25
%0
%56.25
%87.45

Codes

Color #06200E in popluar color models

06 20 0E
RGB 6 32 14
HSL 138° 68.42% 7.45%
HSB/HSV 138° 81.25% 12.55%
CMYK 81.25% 0.00% 56.25%
87.45%

Color #06200E in popluar number systems.

HEX 06 20 0E
Decimal 6 32 14
Binary 110 100000 1110
Octal 6 40 16

Shades and tints

Shades of #06200E

#06200E
(6,32,14)
#061E0D
(6,30,13)
#061C0C
(6,28,12)
#061A0B
(6,26,11)
#06180A
(6,24,10)
#061609
(6,22,9)
#061408
(6,20,8)
#061207
(6,18,7)
#061006
(6,16,6)
#060E05
(6,14,5)
#060C04
(6,12,4)
#000000
(0,0,0)

Tints of #06200E

#06200E
(6,32,14)
#1C3423
(28,52,35)
#324838
(50,72,56)
#485C4D
(72,92,77)
#5E7062
(94,112,98)
#748477
(116,132,119)
#8A988C
(138,152,140)
#A0ACA1
(160,172,161)
#B6C0B6
(182,192,182)
#CCD4CB
(204,212,203)
#E2E8E0
(226,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06200E color. Also use rgb(6,32,14) instead hex code.

Text Font Color

.myTextColor { color: #06200E; }

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

This text font color is #06200E.

Background Color

.myBgColor { background-color: #06200E; }

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

This div background color is #06200E.

Border color

.myBorderColor { border: 1px solid #06200E; }

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

This div border color is #06200E.

Opacity

.myOpacity80 { color: #06200E; opacity: 0.8; }

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

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

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

This text has shadow with #06200E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06200E.

Preview

Color preview on black background

This text has color #06200E on black background.


Color preview on white background

This text has color #06200E on white background.


Black color preview on #06200E background

This text has black color on #06200E background.


White color preview on #06200E background

This text has white color on #06200E background.


Related colors

Complementary color

Complementary color for #hex is #F9DFF1.


I love getcolorcode.com

Triadic colors

1 #0E0620 and #200E06 with #06200E are triadic colors.

2 #0E2006 and #20060E with #06200E are triadic colors.