Shades of Baker's Chocolate #602505
Tints of Baker's Chocolate #602505
RGB
CMYK
RGB Variations
Color information
#602505 (or 0x602505) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 05. RGB value is (96,37,5). Sum of RGB (Red+Green+Blue) = 96+37+5=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #602505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602505 is #9FDAFA. Grayscale: #333333. Windows color (decimal): -10476283 or 337248. OLE color: 337248.
HSL color Cylindrical-coordinate representation of color #602505: hue angle of 21.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #602505 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 5 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.62 |
| HSL | 21.1º | 0.9% | 0.2% | - |
| HSV(B) | 21.1º | 0.95% | 0.38% | - |
| XYZ | 5.51 | 3.82 | 0.59 | - |
| YUV | 50.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 5 | 0 | 0.61 | 0.95 | 0.62 | 21.1 | 0.9 | 0.2 |
| Hex | 60 | 25 | 5 | 0 | 3D | 5F | 3E | 15 | 5A | 14 |
| Octal | 140 | 45 | 5 | 0 | 75 | 137 | 76 | 25 | 132 | 24 |
| Binary | 1100000 | 100101 | 101 | 0 | 111101 | 1011111 | 111110 | 10101 | 1011010 | 10100 |
Color Harmonies of #602505
Complementary color
Monochromatic Colors of #602505
Black with #602505
Text Example
Text Example
White with #602505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602505; }
p { color: rgb(96,37,5); }
H1.HeaderClassName
{
color: #602505;
}
.AnyTagClassName
{
color: #602505;
}
</style>
background-color css
<style>
a { background-color: #602505; }
a { background-color: rgb(96,37,5); }
div.DivClassName
{
background-color: #602505;
}
.BgClassName
{
background-color: #602505;
}
</style>
border-color css
<style>
span { border-color: #602505; }
span { border-color: rgb(96,37,5); }
td.TdClassName
{
border-color: #602505;
}
.TagClassName
{
border-color: #602505;
}
</style>