Shades of Baker's Chocolate #602B00
Tints of Baker's Chocolate #602B00
RGB
CMYK
RGB Variations
Color information
#602B00 (or 0x602B00) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 00. RGB value is (96,43,0). Sum of RGB (Red+Green+Blue) = 96+43+0=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #602B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B00 is #9FD4FF. Grayscale: #363636. Windows color (decimal): -10474752 or 11104. OLE color: 11104.
HSL color Cylindrical-coordinate representation of color #602B00: hue angle of 26.88º 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 #602B00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.62 |
| HSL | 26.88º | 1% | 0.19% | - |
| HSV(B) | 26.88º | 1% | 0.38% | - |
| XYZ | 5.69 | 4.21 | 0.51 | - |
| YUV | 53.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 0 | 0 | 0.55 | 1 | 0.62 | 26.88 | 1 | 0.19 |
| Hex | 60 | 2B | 0 | 0 | 37 | 64 | 3E | 1B | 64 | 13 |
| Octal | 140 | 53 | 0 | 0 | 67 | 144 | 76 | 33 | 144 | 23 |
| Binary | 1100000 | 101011 | 0 | 0 | 110111 | 1100100 | 111110 | 11011 | 1100100 | 10011 |
Color Harmonies of #602B00
Complementary color
Monochromatic Colors of #602B00
Black with #602B00
Text Example
Text Example
White with #602B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B00; }
p { color: rgb(96,43,0); }
H1.HeaderClassName
{
color: #602B00;
}
.AnyTagClassName
{
color: #602B00;
}
</style>
background-color css
<style>
a { background-color: #602B00; }
a { background-color: rgb(96,43,0); }
div.DivClassName
{
background-color: #602B00;
}
.BgClassName
{
background-color: #602B00;
}
</style>
border-color css
<style>
span { border-color: #602B00; }
span { border-color: rgb(96,43,0); }
td.TdClassName
{
border-color: #602B00;
}
.TagClassName
{
border-color: #602B00;
}
</style>