#200603

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

Shades of Seal Brown #200603

Tints of Seal Brown #200603

Color information

#200603 (or 0x200603) is unknown color: approx Seal Brown. HEX triplet: 20, 06 and 03. RGB value is (32,6,3). Sum of RGB (Red+Green+Blue) = 32+6+3=41 (5% of max value = 765). Red value is 32 (12.89% from 255 or 78.05% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 32 - color contains mainly: red. Hex color #200603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200603 is #DFF9FC. Grayscale: #0D0D0D. Windows color (decimal): -14678525 or 198176. OLE color: 198176.

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

Color convert

RGB3263-
CMYK00.810.910.87
HSL6.21º82.86%6.86%-
HSV(B)6.21º90.62%12.55%-
XYZ0.680.440.14-
YUV13.43122.11141.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 78.05%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=78.05%
G=14.63%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal326300.810.910.876.2182.866.86
Hex20630515B576537
Octal4063012113312761237
Binary1000001101101010001101101110101111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200603; }

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

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

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

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

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

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

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

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