#200806

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

Shades of Seal Brown #200806

Tints of Seal Brown #200806

Color information

#200806 (or 0x200806) is unknown color: approx Seal Brown. HEX triplet: 20, 08 and 06. RGB value is (32,8,6). Sum of RGB (Red+Green+Blue) = 32+8+6=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #200806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200806 is #DFF7F9. Grayscale: #0E0E0E. Windows color (decimal): -14678010 or 395296. OLE color: 395296.

HSL color Cylindrical-coordinate representation of color #200806: hue angle of 4.62º 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 #200806 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB3286-
CMYK00.750.810.87
HSL4.62º68.42%7.45%-
HSV(B)4.62º81.25%12.55%-
XYZ0.720.490.23-
YUV14.95122.95140.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 69.57%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=69.57%
G=17.39%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal328600.750.810.874.6268.427.45
Hex208604B51575447
Octal40106011312112751047
Binary100000100011001001011101000110101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200806; }

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

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

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

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

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

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

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

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