#602004

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

Shades of Baker's Chocolate #602004

Tints of Baker's Chocolate #602004

Color information

#602004 (or 0x602004) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 20 and 04. RGB value is (96,32,4). Sum of RGB (Red+Green+Blue) = 96+32+4=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #602004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602004 is #9FDFFB. Grayscale: #303030. Windows color (decimal): -10477564 or 270432. OLE color: 270432.

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

Color convert

RGB96324-
CMYK00.670.960.62
HSL18.26º92%19.61%-
HSV(B)18.26º95.83%37.65%-
XYZ5.363.530.51-
YUV47.94103.2162.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.73%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=72.73%
G=24.24%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9632400.670.960.6218.269219.61
Hex60204043603E125c14
Octal1404040103140762213424
Binary110000010000010001000011110000011111010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602004; }

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

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

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

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

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

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

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

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