Shades of Baker's Chocolate #602F0B
Tints of Baker's Chocolate #602F0B
RGB
CMYK
RGB Variations
Color information
#602F0B (or 0x602F0B) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 0B. RGB value is (96,47,11). Sum of RGB (Red+Green+Blue) = 96+47+11=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #602F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F0B is #9FD0F4. Grayscale: #393939. Windows color (decimal): -10473717 or 733024. OLE color: 733024.
HSL color Cylindrical-coordinate representation of color #602F0B: hue angle of 25.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #602F0B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 11 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.62 |
| HSL | 25.41º | 0.79% | 0.21% | - |
| HSV(B) | 25.41º | 0.89% | 0.38% | - |
| XYZ | 5.9 | 4.54 | 0.88 | - |
| YUV | 57.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 11 | 0 | 0.51 | 0.89 | 0.62 | 25.41 | 0.79 | 0.21 |
| Hex | 60 | 2F | B | 0 | 33 | 59 | 3E | 19 | 4F | 15 |
| Octal | 140 | 57 | 13 | 0 | 63 | 131 | 76 | 31 | 117 | 25 |
| Binary | 1100000 | 101111 | 1011 | 0 | 110011 | 1011001 | 111110 | 11001 | 1001111 | 10101 |
Color Harmonies of #602F0B
Complementary color
Monochromatic Colors of #602F0B
Black with #602F0B
Text Example
Text Example
White with #602F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F0B; }
p { color: rgb(96,47,11); }
H1.HeaderClassName
{
color: #602F0B;
}
.AnyTagClassName
{
color: #602F0B;
}
</style>
background-color css
<style>
a { background-color: #602F0B; }
a { background-color: rgb(96,47,11); }
div.DivClassName
{
background-color: #602F0B;
}
.BgClassName
{
background-color: #602F0B;
}
</style>
border-color css
<style>
span { border-color: #602F0B; }
span { border-color: rgb(96,47,11); }
td.TdClassName
{
border-color: #602F0B;
}
.TagClassName
{
border-color: #602F0B;
}
</style>