Shades of Baker's Chocolate #602B18
Tints of Baker's Chocolate #602B18
RGB
CMYK
RGB Variations
Color information
#602B18 (or 0x602B18) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 18. RGB value is (96,43,24). Sum of RGB (Red+Green+Blue) = 96+43+24=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #602B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B18 is #9FD4E7. Grayscale: #383838. Windows color (decimal): -10474728 or 1583968. OLE color: 1583968.
HSL color Cylindrical-coordinate representation of color #602B18: hue angle of 15.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602B18 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 24 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.62 |
| HSL | 15.83º | 0.6% | 0.24% | - |
| HSV(B) | 15.83º | 0.75% | 0.38% | - |
| XYZ | 5.85 | 4.28 | 1.38 | - |
| YUV | 56.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 24 | 0 | 0.55 | 0.75 | 0.62 | 15.83 | 0.6 | 0.24 |
| Hex | 60 | 2B | 18 | 0 | 37 | 4B | 3E | 10 | 3C | 18 |
| Octal | 140 | 53 | 30 | 0 | 67 | 113 | 76 | 20 | 74 | 30 |
| Binary | 1100000 | 101011 | 11000 | 0 | 110111 | 1001011 | 111110 | 10000 | 111100 | 11000 |
Color Harmonies of #602B18
Complementary color
Monochromatic Colors of #602B18
Black with #602B18
Text Example
Text Example
White with #602B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B18; }
p { color: rgb(96,43,24); }
H1.HeaderClassName
{
color: #602B18;
}
.AnyTagClassName
{
color: #602B18;
}
</style>
background-color css
<style>
a { background-color: #602B18; }
a { background-color: rgb(96,43,24); }
div.DivClassName
{
background-color: #602B18;
}
.BgClassName
{
background-color: #602B18;
}
</style>
border-color css
<style>
span { border-color: #602B18; }
span { border-color: rgb(96,43,24); }
td.TdClassName
{
border-color: #602B18;
}
.TagClassName
{
border-color: #602B18;
}
</style>