Shades of Baker's Chocolate #602B17
Tints of Baker's Chocolate #602B17
RGB
CMYK
RGB Variations
Color information
#602B17 (or 0x602B17) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 17. RGB value is (96,43,23). Sum of RGB (Red+Green+Blue) = 96+43+23=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #602B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B17 is #9FD4E8. Grayscale: #383838. Windows color (decimal): -10474729 or 1518432. OLE color: 1518432.
HSL color Cylindrical-coordinate representation of color #602B17: hue angle of 16.44º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602B17 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 23 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.62 |
| HSL | 16.44º | 0.61% | 0.23% | - |
| HSV(B) | 16.44º | 0.76% | 0.38% | - |
| XYZ | 5.84 | 4.28 | 1.33 | - |
| YUV | 56.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 23 | 0 | 0.55 | 0.76 | 0.62 | 16.44 | 0.61 | 0.23 |
| Hex | 60 | 2B | 17 | 0 | 37 | 4C | 3E | 10 | 3D | 17 |
| Octal | 140 | 53 | 27 | 0 | 67 | 114 | 76 | 20 | 75 | 27 |
| Binary | 1100000 | 101011 | 10111 | 0 | 110111 | 1001100 | 111110 | 10000 | 111101 | 10111 |
Color Harmonies of #602B17
Complementary color
Monochromatic Colors of #602B17
Black with #602B17
Text Example
Text Example
White with #602B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B17; }
p { color: rgb(96,43,23); }
H1.HeaderClassName
{
color: #602B17;
}
.AnyTagClassName
{
color: #602B17;
}
</style>
background-color css
<style>
a { background-color: #602B17; }
a { background-color: rgb(96,43,23); }
div.DivClassName
{
background-color: #602B17;
}
.BgClassName
{
background-color: #602B17;
}
</style>
border-color css
<style>
span { border-color: #602B17; }
span { border-color: rgb(96,43,23); }
td.TdClassName
{
border-color: #602B17;
}
.TagClassName
{
border-color: #602B17;
}
</style>