#602916

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

Shades of Baker's Chocolate #602916

Tints of Baker's Chocolate #602916

Color information

#602916 (or 0x602916) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 29 and 16. RGB value is (96,41,22). Sum of RGB (Red+Green+Blue) = 96+41+22=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #602916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602916 is #9FD6E9. Grayscale: #373737. Windows color (decimal): -10475242 or 1452384. OLE color: 1452384.

HSL color Cylindrical-coordinate representation of color #602916: hue angle of 15.41º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602916 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB964122-
CMYK00.570.770.62
HSL15.41º62.71%23.14%-
HSV(B)15.41º77.08%37.65%-
XYZ5.764.131.25-
YUV55.28109.22157.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=60.38%
G=25.79%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96412200.570.770.6215.4162.7123.14
Hex6029160394D3Ef3f17
Octal140512607111576177727
Binary11000001010011011001110011001101111110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602916; }

 p { color: rgb(96,41,22); }

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

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

 a { background-color: rgb(96,41,22); }

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

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

 span { border-color: rgb(96,41,22); }

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