#200604

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

Shades of Seal Brown #200604

Tints of Seal Brown #200604

Color information

#200604 (or 0x200604) is unknown color: approx Seal Brown. HEX triplet: 20, 06 and 04. RGB value is (32,6,4). Sum of RGB (Red+Green+Blue) = 32+6+4=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200604 is #DFF9FB. Grayscale: #0D0D0D. Windows color (decimal): -14678524 or 263712. OLE color: 263712.

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

Color convert

RGB3264-
CMYK00.810.870.87
HSL4.29º77.78%7.06%-
HSV(B)4.29º87.5%12.55%-
XYZ0.680.450.16-
YUV13.55122.61141.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 76.19%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=76.19%
G=14.29%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal326400.810.870.874.2977.787.06
Hex2064051575744e7
Octal4064012112712741167
Binary10000011010001010001101011110101111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200604; }

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

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

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

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

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

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

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

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