Shades of Baker's Chocolate #602E00
Tints of Baker's Chocolate #602E00
RGB
CMYK
RGB Variations
Color information
#602E00 (or 0x602E00) is known color: Baker's Chocolate. HEX triplet: 60, 2E and 00. RGB value is (96,46,0). Sum of RGB (Red+Green+Blue) = 96+46+0=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #602E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E00 is #9FD1FF. Grayscale: #373737. Windows color (decimal): -10473984 or 11872. OLE color: 11872.
HSL color Cylindrical-coordinate representation of color #602E00: hue angle of 28.75º 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 #602E00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.62 |
| HSL | 28.75º | 1% | 0.19% | - |
| HSV(B) | 28.75º | 1% | 0.38% | - |
| XYZ | 5.8 | 4.44 | 0.55 | - |
| YUV | 55.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 0 | 0 | 0.52 | 1 | 0.62 | 28.75 | 1 | 0.19 |
| Hex | 60 | 2E | 0 | 0 | 34 | 64 | 3E | 1D | 64 | 13 |
| Octal | 140 | 56 | 0 | 0 | 64 | 144 | 76 | 35 | 144 | 23 |
| Binary | 1100000 | 101110 | 0 | 0 | 110100 | 1100100 | 111110 | 11101 | 1100100 | 10011 |
Color Harmonies of #602E00
Complementary color
Monochromatic Colors of #602E00
Black with #602E00
Text Example
Text Example
White with #602E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E00; }
p { color: rgb(96,46,0); }
H1.HeaderClassName
{
color: #602E00;
}
.AnyTagClassName
{
color: #602E00;
}
</style>
background-color css
<style>
a { background-color: #602E00; }
a { background-color: rgb(96,46,0); }
div.DivClassName
{
background-color: #602E00;
}
.BgClassName
{
background-color: #602E00;
}
</style>
border-color css
<style>
span { border-color: #602E00; }
span { border-color: rgb(96,46,0); }
td.TdClassName
{
border-color: #602E00;
}
.TagClassName
{
border-color: #602E00;
}
</style>