Shades of Baker's Chocolate #602F16
Tints of Baker's Chocolate #602F16
RGB
CMYK
RGB Variations
Color information
#602F16 (or 0x602F16) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 16. RGB value is (96,47,22). Sum of RGB (Red+Green+Blue) = 96+47+22=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #602F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F16 is #9FD0E9. Grayscale: #3A3A3A. Windows color (decimal): -10473706 or 1453920. OLE color: 1453920.
HSL color Cylindrical-coordinate representation of color #602F16: hue angle of 20.27º 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 #602F16 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 22 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.62 |
| HSL | 20.27º | 0.63% | 0.23% | - |
| HSV(B) | 20.27º | 0.77% | 0.38% | - |
| XYZ | 5.99 | 4.58 | 1.33 | - |
| YUV | 58.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 22 | 0 | 0.51 | 0.77 | 0.62 | 20.27 | 0.63 | 0.23 |
| Hex | 60 | 2F | 16 | 0 | 33 | 4D | 3E | 14 | 3F | 17 |
| Octal | 140 | 57 | 26 | 0 | 63 | 115 | 76 | 24 | 77 | 27 |
| Binary | 1100000 | 101111 | 10110 | 0 | 110011 | 1001101 | 111110 | 10100 | 111111 | 10111 |
Color Harmonies of #602F16
Complementary color
Monochromatic Colors of #602F16
Black with #602F16
Text Example
Text Example
White with #602F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F16; }
p { color: rgb(96,47,22); }
H1.HeaderClassName
{
color: #602F16;
}
.AnyTagClassName
{
color: #602F16;
}
</style>
background-color css
<style>
a { background-color: #602F16; }
a { background-color: rgb(96,47,22); }
div.DivClassName
{
background-color: #602F16;
}
.BgClassName
{
background-color: #602F16;
}
</style>
border-color css
<style>
span { border-color: #602F16; }
span { border-color: rgb(96,47,22); }
td.TdClassName
{
border-color: #602F16;
}
.TagClassName
{
border-color: #602F16;
}
</style>