#200602

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

Shades of Seal Brown #200602

Tints of Seal Brown #200602

Color information

#200602 (or 0x200602) is unknown color: approx Seal Brown. HEX triplet: 20, 06 and 02. RGB value is (32,6,2). Sum of RGB (Red+Green+Blue) = 32+6+2=40 (5% of max value = 765). Red value is 32 (12.89% from 255 or 80% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 32 - color contains mainly: red. Hex color #200602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200602 is #DFF9FD. Grayscale: #0D0D0D. Windows color (decimal): -14678526 or 132640. OLE color: 132640.

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

Color convert

RGB3262-
CMYK00.810.940.87
HSL88.24%6.67%-
HSV(B)93.75%12.55%-
XYZ0.670.440.11-
YUV13.32121.61141.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 2 (1.17% from 255) = 5%
R=80%
G=15%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal326200.810.940.87888.246.67
Hex20620515E578587
Octal40620121136127101307
Binary10000011010010100011011110101011110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200602; }

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

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

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

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

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

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

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

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