#602009

Color #602009 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #602009

Tints of Baker's Chocolate #602009

Color information

#602009 (or 0x602009) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 20 and 09. RGB value is (96,32,9). Sum of RGB (Red+Green+Blue) = 96+32+9=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #602009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602009 is #9FDFF6. Grayscale: #303030. Windows color (decimal): -10477559 or 598112. OLE color: 598112.

HSL color Cylindrical-coordinate representation of color #602009: hue angle of 15.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #602009 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96329-
CMYK00.670.910.62
HSL15.86º82.86%20.59%-
HSV(B)15.86º90.62%37.65%-
XYZ5.393.540.66-
YUV48.51105.7161.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=70.07%
G=23.36%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9632900.670.910.6215.8682.8620.59
Hex602090435B3E105315
Octal14040110103133762012325
Binary1100000100000100101000011101101111111010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602009; }

 p { color: rgb(96,32,9); }

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

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

 a { background-color: rgb(96,32,9); }

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

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

 span { border-color: rgb(96,32,9); }

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