#200600

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

Shades of Seal Brown #200600

Tints of Seal Brown #200600

Color information

#200600 (or 0x200600) is unknown color: approx Seal Brown. HEX triplet: 20, 06 and 00. RGB value is (32,6,0). Sum of RGB (Red+Green+Blue) = 32+6+0=38 (5% of max value = 765). Red value is 32 (12.89% from 255 or 84.21% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 32 - color contains mainly: red. Hex color #200600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200600 is #DFF9FF. Grayscale: #0D0D0D. Windows color (decimal): -14678528 or 1568. OLE color: 1568.

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

Color convert

RGB3260-
CMYK00.8110.87
HSL11.25º100%6.27%-
HSV(B)11.25º100%12.55%-
XYZ0.660.440.05-
YUV13.09120.61141.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 84.21%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.21%
G=15.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal326000.8110.8711.251006.27
Hex20600516457b646
Octal40600121144127131446
Binary1000001100010100011100100101011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200600; }

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

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

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

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

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

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

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

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