Shades of Baker's Chocolate #602500
Tints of Baker's Chocolate #602500
RGB
CMYK
RGB Variations
Color information
#602500 (or 0x602500) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 00. RGB value is (96,37,0). Sum of RGB (Red+Green+Blue) = 96+37+0=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #602500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602500 is #9FDAFF. Grayscale: #323232. Windows color (decimal): -10476288 or 9568. OLE color: 9568.
HSL color Cylindrical-coordinate representation of color #602500: hue angle of 23.12º 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 #602500 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.62 |
| HSL | 23.13º | 1% | 0.19% | - |
| HSV(B) | 23.13º | 1% | 0.38% | - |
| XYZ | 5.49 | 3.81 | 0.45 | - |
| YUV | 50.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 0 | 0 | 0.61 | 1 | 0.62 | 23.13 | 1 | 0.19 |
| Hex | 60 | 25 | 0 | 0 | 3D | 64 | 3E | 17 | 64 | 13 |
| Octal | 140 | 45 | 0 | 0 | 75 | 144 | 76 | 27 | 144 | 23 |
| Binary | 1100000 | 100101 | 0 | 0 | 111101 | 1100100 | 111110 | 10111 | 1100100 | 10011 |
Color Harmonies of #602500
Complementary color
Monochromatic Colors of #602500
Black with #602500
Text Example
Text Example
White with #602500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602500; }
p { color: rgb(96,37,0); }
H1.HeaderClassName
{
color: #602500;
}
.AnyTagClassName
{
color: #602500;
}
</style>
background-color css
<style>
a { background-color: #602500; }
a { background-color: rgb(96,37,0); }
div.DivClassName
{
background-color: #602500;
}
.BgClassName
{
background-color: #602500;
}
</style>
border-color css
<style>
span { border-color: #602500; }
span { border-color: rgb(96,37,0); }
td.TdClassName
{
border-color: #602500;
}
.TagClassName
{
border-color: #602500;
}
</style>