Shades of Baker's Chocolate #602B09
Tints of Baker's Chocolate #602B09
RGB
CMYK
RGB Variations
Color information
#602B09 (or 0x602B09) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 09. RGB value is (96,43,9). Sum of RGB (Red+Green+Blue) = 96+43+9=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #602B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B09 is #9FD4F6. Grayscale: #373737. Windows color (decimal): -10474743 or 600928. OLE color: 600928.
HSL color Cylindrical-coordinate representation of color #602B09: hue angle of 23.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #602B09 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 9 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.62 |
| HSL | 23.45º | 0.83% | 0.21% | - |
| HSV(B) | 23.45º | 0.91% | 0.38% | - |
| XYZ | 5.74 | 4.23 | 0.77 | - |
| YUV | 54.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 9 | 0 | 0.55 | 0.91 | 0.62 | 23.45 | 0.83 | 0.21 |
| Hex | 60 | 2B | 9 | 0 | 37 | 5B | 3E | 17 | 53 | 15 |
| Octal | 140 | 53 | 11 | 0 | 67 | 133 | 76 | 27 | 123 | 25 |
| Binary | 1100000 | 101011 | 1001 | 0 | 110111 | 1011011 | 111110 | 10111 | 1010011 | 10101 |
Color Harmonies of #602B09
Complementary color
Monochromatic Colors of #602B09
Black with #602B09
Text Example
Text Example
White with #602B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B09; }
p { color: rgb(96,43,9); }
H1.HeaderClassName
{
color: #602B09;
}
.AnyTagClassName
{
color: #602B09;
}
</style>
background-color css
<style>
a { background-color: #602B09; }
a { background-color: rgb(96,43,9); }
div.DivClassName
{
background-color: #602B09;
}
.BgClassName
{
background-color: #602B09;
}
</style>
border-color css
<style>
span { border-color: #602B09; }
span { border-color: rgb(96,43,9); }
td.TdClassName
{
border-color: #602B09;
}
.TagClassName
{
border-color: #602B09;
}
</style>