#602C04

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

Shades of Baker's Chocolate #602C04

Tints of Baker's Chocolate #602C04

Color information

#602C04 (or 0x602C04) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2C and 04. RGB value is (96,44,4). Sum of RGB (Red+Green+Blue) = 96+44+4=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #602C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602C04 is #9FD3FB. Grayscale: #373737. Windows color (decimal): -10474492 or 273504. OLE color: 273504.

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

Color convert

RGB96444-
CMYK00.540.960.62
HSL26.09º92%19.61%-
HSV(B)26.09º95.83%37.65%-
XYZ5.754.30.64-
YUV54.9999.23157.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=66.67%
G=30.56%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9644400.540.960.6226.099219.61
Hex602C4036603E1a5c14
Octal140544066140763213424
Binary11000001011001000110110110000011111011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602C04; }

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

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

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

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

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

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

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

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