Shades of Baker's Chocolate #602B0F
Tints of Baker's Chocolate #602B0F
RGB
CMYK
RGB Variations
Color information
#602B0F (or 0x602B0F) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 0F. RGB value is (96,43,15). Sum of RGB (Red+Green+Blue) = 96+43+15=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #602B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B0F is #9FD4F0. Grayscale: #373737. Windows color (decimal): -10474737 or 994144. OLE color: 994144.
HSL color Cylindrical-coordinate representation of color #602B0F: hue angle of 20.74º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #602B0F is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 15 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.62 |
| HSL | 20.74º | 0.73% | 0.22% | - |
| HSV(B) | 20.74º | 0.84% | 0.38% | - |
| XYZ | 5.77 | 4.25 | 0.97 | - |
| YUV | 55.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 15 | 0 | 0.55 | 0.84 | 0.62 | 20.74 | 0.73 | 0.22 |
| Hex | 60 | 2B | F | 0 | 37 | 54 | 3E | 15 | 49 | 16 |
| Octal | 140 | 53 | 17 | 0 | 67 | 124 | 76 | 25 | 111 | 26 |
| Binary | 1100000 | 101011 | 1111 | 0 | 110111 | 1010100 | 111110 | 10101 | 1001001 | 10110 |
Color Harmonies of #602B0F
Complementary color
Monochromatic Colors of #602B0F
Black with #602B0F
Text Example
Text Example
White with #602B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B0F; }
p { color: rgb(96,43,15); }
H1.HeaderClassName
{
color: #602B0F;
}
.AnyTagClassName
{
color: #602B0F;
}
</style>
background-color css
<style>
a { background-color: #602B0F; }
a { background-color: rgb(96,43,15); }
div.DivClassName
{
background-color: #602B0F;
}
.BgClassName
{
background-color: #602B0F;
}
</style>
border-color css
<style>
span { border-color: #602B0F; }
span { border-color: rgb(96,43,15); }
td.TdClassName
{
border-color: #602B0F;
}
.TagClassName
{
border-color: #602B0F;
}
</style>