Shades of Baker's Chocolate #602F00
Tints of Baker's Chocolate #602F00
RGB
CMYK
RGB Variations
Color information
#602F00 (or 0x602F00) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 00. RGB value is (96,47,0). Sum of RGB (Red+Green+Blue) = 96+47+0=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #602F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F00 is #9FD0FF. Grayscale: #383838. Windows color (decimal): -10473728 or 12128. OLE color: 12128.
HSL color Cylindrical-coordinate representation of color #602F00: hue angle of 29.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #602F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.62 |
| HSL | 29.38º | 1% | 0.19% | - |
| HSV(B) | 29.38º | 1% | 0.38% | - |
| XYZ | 5.84 | 4.52 | 0.56 | - |
| YUV | 56.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 0 | 0 | 0.51 | 1 | 0.62 | 29.38 | 1 | 0.19 |
| Hex | 60 | 2F | 0 | 0 | 33 | 64 | 3E | 1D | 64 | 13 |
| Octal | 140 | 57 | 0 | 0 | 63 | 144 | 76 | 35 | 144 | 23 |
| Binary | 1100000 | 101111 | 0 | 0 | 110011 | 1100100 | 111110 | 11101 | 1100100 | 10011 |
Color Harmonies of #602F00
Complementary color
Monochromatic Colors of #602F00
Black with #602F00
Text Example
Text Example
White with #602F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F00; }
p { color: rgb(96,47,0); }
H1.HeaderClassName
{
color: #602F00;
}
.AnyTagClassName
{
color: #602F00;
}
</style>
background-color css
<style>
a { background-color: #602F00; }
a { background-color: rgb(96,47,0); }
div.DivClassName
{
background-color: #602F00;
}
.BgClassName
{
background-color: #602F00;
}
</style>
border-color css
<style>
span { border-color: #602F00; }
span { border-color: rgb(96,47,0); }
td.TdClassName
{
border-color: #602F00;
}
.TagClassName
{
border-color: #602F00;
}
</style>