Shades of Baker's Chocolate #60250D
Tints of Baker's Chocolate #60250D
RGB
CMYK
RGB Variations
Color information
#60250D (or 0x60250D) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 0D. RGB value is (96,37,13). Sum of RGB (Red+Green+Blue) = 96+37+13=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60250D is #9FDAF2. Grayscale: #343434. Windows color (decimal): -10476275 or 861536. OLE color: 861536.
HSL color Cylindrical-coordinate representation of color #60250D: hue angle of 17.35º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60250D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 13 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.62 |
| HSL | 17.35º | 0.76% | 0.21% | - |
| HSV(B) | 17.35º | 0.86% | 0.38% | - |
| XYZ | 5.56 | 3.84 | 0.83 | - |
| YUV | 51.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 13 | 0 | 0.61 | 0.86 | 0.62 | 17.35 | 0.76 | 0.21 |
| Hex | 60 | 25 | D | 0 | 3D | 56 | 3E | 11 | 4C | 15 |
| Octal | 140 | 45 | 15 | 0 | 75 | 126 | 76 | 21 | 114 | 25 |
| Binary | 1100000 | 100101 | 1101 | 0 | 111101 | 1010110 | 111110 | 10001 | 1001100 | 10101 |
Color Harmonies of #60250D
Complementary color
Monochromatic Colors of #60250D
Black with #60250D
Text Example
Text Example
White with #60250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60250D; }
p { color: rgb(96,37,13); }
H1.HeaderClassName
{
color: #60250D;
}
.AnyTagClassName
{
color: #60250D;
}
</style>
background-color css
<style>
a { background-color: #60250D; }
a { background-color: rgb(96,37,13); }
div.DivClassName
{
background-color: #60250D;
}
.BgClassName
{
background-color: #60250D;
}
</style>
border-color css
<style>
span { border-color: #60250D; }
span { border-color: rgb(96,37,13); }
td.TdClassName
{
border-color: #60250D;
}
.TagClassName
{
border-color: #60250D;
}
</style>