#602F12

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

Shades of Baker's Chocolate #602F12

Tints of Baker's Chocolate #602F12

Color information

#602F12 (or 0x602F12) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2F and 12. RGB value is (96,47,18). Sum of RGB (Red+Green+Blue) = 96+47+18=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #602F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F12 is #9FD0ED. Grayscale: #3A3A3A. Windows color (decimal): -10473710 or 1191776. OLE color: 1191776.

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

Color convert

RGB964718-
CMYK00.510.810.62
HSL22.31º68.42%22.35%-
HSV(B)22.31º81.25%37.65%-
XYZ5.954.561.14-
YUV58.34105.23154.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=59.63%
G=29.19%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96471800.510.810.6222.3168.4222.35
Hex602F12033513E164416
Octal1405722063121762610426
Binary1100000101111100100110011101000111111010110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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