#602A12

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

Shades of Baker's Chocolate #602A12

Tints of Baker's Chocolate #602A12

Color information

#602A12 (or 0x602A12) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2A and 12. RGB value is (96,42,18). Sum of RGB (Red+Green+Blue) = 96+42+18=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #602A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602A12 is #9FD5ED. Grayscale: #373737. Windows color (decimal): -10474990 or 1190496. OLE color: 1190496.

HSL color Cylindrical-coordinate representation of color #602A12: hue angle of 18.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602A12 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB964218-
CMYK00.560.810.62
HSL18.46º68.42%22.35%-
HSV(B)18.46º81.25%37.65%-
XYZ5.764.191.08-
YUV55.41106.89156.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=61.54%
G=26.92%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96421800.560.810.6218.4668.4222.35
Hex602A12038513E124416
Octal1405222070121762210426
Binary1100000101010100100111000101000111111010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,42,18); }

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

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

 a { background-color: rgb(96,42,18); }

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

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

 span { border-color: rgb(96,42,18); }

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