Shades of Baker's Chocolate #602509
Tints of Baker's Chocolate #602509
RGB
CMYK
RGB Variations
Color information
#602509 (or 0x602509) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 09. RGB value is (96,37,9). Sum of RGB (Red+Green+Blue) = 96+37+9=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #602509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602509 is #9FDAF6. Grayscale: #333333. Windows color (decimal): -10476279 or 599392. OLE color: 599392.
HSL color Cylindrical-coordinate representation of color #602509: hue angle of 19.31º 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 #602509 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 9 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.62 |
| HSL | 19.31º | 0.83% | 0.21% | - |
| HSV(B) | 19.31º | 0.91% | 0.38% | - |
| XYZ | 5.53 | 3.83 | 0.71 | - |
| YUV | 51.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 9 | 0 | 0.61 | 0.91 | 0.62 | 19.31 | 0.83 | 0.21 |
| Hex | 60 | 25 | 9 | 0 | 3D | 5B | 3E | 13 | 53 | 15 |
| Octal | 140 | 45 | 11 | 0 | 75 | 133 | 76 | 23 | 123 | 25 |
| Binary | 1100000 | 100101 | 1001 | 0 | 111101 | 1011011 | 111110 | 10011 | 1010011 | 10101 |
Color Harmonies of #602509
Complementary color
Monochromatic Colors of #602509
Black with #602509
Text Example
Text Example
White with #602509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602509; }
p { color: rgb(96,37,9); }
H1.HeaderClassName
{
color: #602509;
}
.AnyTagClassName
{
color: #602509;
}
</style>
background-color css
<style>
a { background-color: #602509; }
a { background-color: rgb(96,37,9); }
div.DivClassName
{
background-color: #602509;
}
.BgClassName
{
background-color: #602509;
}
</style>
border-color css
<style>
span { border-color: #602509; }
span { border-color: rgb(96,37,9); }
td.TdClassName
{
border-color: #602509;
}
.TagClassName
{
border-color: #602509;
}
</style>