#602404

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

Shades of Baker's Chocolate #602404

Tints of Baker's Chocolate #602404

Color information

#602404 (or 0x602404) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 24 and 04. RGB value is (96,36,4). Sum of RGB (Red+Green+Blue) = 96+36+4=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #602404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602404 is #9FDBFB. Grayscale: #323232. Windows color (decimal): -10476540 or 271456. OLE color: 271456.

HSL color Cylindrical-coordinate representation of color #602404: hue angle of 20.87º 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 #602404 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96364-
CMYK00.620.960.62
HSL20.87º92%19.61%-
HSV(B)20.87º95.83%37.65%-
XYZ5.483.760.55-
YUV50.29101.88160.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.59%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=70.59%
G=26.47%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9636400.620.960.6220.879219.61
Hex6024403E603E155c14
Octal140444076140762513424
Binary11000001001001000111110110000011111010101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602404; }

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

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

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

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

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

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

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

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