#200E06

Color #200E06 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #200E06

Tints of Seal Brown #200E06

Color information

#200E06 (or 0x200E06) is unknown color: approx Seal Brown. HEX triplet: 20, 0E and 06. RGB value is (32,14,6). Sum of RGB (Red+Green+Blue) = 32+14+6=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E06 is #DFF1F9. Grayscale: #121212. Windows color (decimal): -14676474 or 396832. OLE color: 396832.

HSL color Cylindrical-coordinate representation of color #200E06: hue angle of 18.46º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200E06 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB32146-
CMYK00.560.810.87
HSL18.46º68.42%7.45%-
HSV(B)18.46º81.25%12.55%-
XYZ0.790.630.25-
YUV18.47120.96137.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 6 (2.73% from 255) = 11.54%
R=61.54%
G=26.92%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3214600.560.810.8718.4668.427.45
Hex20E6038515712447
Octal40166070121127221047
Binary1000001110110011100010100011010111100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200E06; }

 p { color: rgb(32,14,6); }

 H1.HeaderClassName
 {
   color: #200E06;
 }
 .AnyTagClassName
 {
   color: #200E06;
 }
</style>
background-color css

<style>
 a { background-color: #200E06; }

 a { background-color: rgb(32,14,6); }

 div.DivClassName
 {
   background-color: #200E06;
 }
 .BgClassName
 {
   background-color: #200E06;
 }
</style>
border-color css

<style>
 span { border-color: #200E06; }

 span { border-color: rgb(32,14,6); }

 td.TdClassName
 {
   border-color: #200E06;
 }
 .TagClassName
 {
   border-color: #200E06;
 }
</style>