Shades of Baker's Chocolate #602F08
Tints of Baker's Chocolate #602F08
RGB
CMYK
RGB Variations
Color information
#602F08 (or 0x602F08) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 08. RGB value is (96,47,8). Sum of RGB (Red+Green+Blue) = 96+47+8=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F08 is #9FD0F7. Grayscale: #393939. Windows color (decimal): -10473720 or 536416. OLE color: 536416.
HSL color Cylindrical-coordinate representation of color #602F08: hue angle of 26.59º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #602F08 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 8 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.62 |
| HSL | 26.59º | 0.85% | 0.2% | - |
| HSV(B) | 26.59º | 0.92% | 0.38% | - |
| XYZ | 5.88 | 4.54 | 0.8 | - |
| YUV | 57.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 8 | 0 | 0.51 | 0.92 | 0.62 | 26.59 | 0.85 | 0.2 |
| Hex | 60 | 2F | 8 | 0 | 33 | 5C | 3E | 1B | 55 | 14 |
| Octal | 140 | 57 | 10 | 0 | 63 | 134 | 76 | 33 | 125 | 24 |
| Binary | 1100000 | 101111 | 1000 | 0 | 110011 | 1011100 | 111110 | 11011 | 1010101 | 10100 |
Color Harmonies of #602F08
Complementary color
Monochromatic Colors of #602F08
Black with #602F08
Text Example
Text Example
White with #602F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F08; }
p { color: rgb(96,47,8); }
H1.HeaderClassName
{
color: #602F08;
}
.AnyTagClassName
{
color: #602F08;
}
</style>
background-color css
<style>
a { background-color: #602F08; }
a { background-color: rgb(96,47,8); }
div.DivClassName
{
background-color: #602F08;
}
.BgClassName
{
background-color: #602F08;
}
</style>
border-color css
<style>
span { border-color: #602F08; }
span { border-color: rgb(96,47,8); }
td.TdClassName
{
border-color: #602F08;
}
.TagClassName
{
border-color: #602F08;
}
</style>