Shades of Baker's Chocolate #602E16
Tints of Baker's Chocolate #602E16
RGB
CMYK
RGB Variations
Color information
#602E16 (or 0x602E16) is known color: Baker's Chocolate. HEX triplet: 60, 2E and 16. RGB value is (96,46,22). Sum of RGB (Red+Green+Blue) = 96+46+22=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #602E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E16 is #9FD1E9. Grayscale: #3A3A3A. Windows color (decimal): -10473962 or 1453664. OLE color: 1453664.
HSL color Cylindrical-coordinate representation of color #602E16: hue angle of 19.46º 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 #602E16 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 22 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.62 |
| HSL | 19.46º | 0.63% | 0.23% | - |
| HSV(B) | 19.46º | 0.77% | 0.38% | - |
| XYZ | 5.95 | 4.5 | 1.31 | - |
| YUV | 58.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 22 | 0 | 0.52 | 0.77 | 0.62 | 19.46 | 0.63 | 0.23 |
| Hex | 60 | 2E | 16 | 0 | 34 | 4D | 3E | 13 | 3F | 17 |
| Octal | 140 | 56 | 26 | 0 | 64 | 115 | 76 | 23 | 77 | 27 |
| Binary | 1100000 | 101110 | 10110 | 0 | 110100 | 1001101 | 111110 | 10011 | 111111 | 10111 |
Color Harmonies of #602E16
Complementary color
Monochromatic Colors of #602E16
Black with #602E16
Text Example
Text Example
White with #602E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E16; }
p { color: rgb(96,46,22); }
H1.HeaderClassName
{
color: #602E16;
}
.AnyTagClassName
{
color: #602E16;
}
</style>
background-color css
<style>
a { background-color: #602E16; }
a { background-color: rgb(96,46,22); }
div.DivClassName
{
background-color: #602E16;
}
.BgClassName
{
background-color: #602E16;
}
</style>
border-color css
<style>
span { border-color: #602E16; }
span { border-color: rgb(96,46,22); }
td.TdClassName
{
border-color: #602E16;
}
.TagClassName
{
border-color: #602E16;
}
</style>