Shades of Baker's Chocolate #612500
Tints of Baker's Chocolate #612500
RGB
CMYK
RGB Variations
Color information
#612500 (or 0x612500) is known color: Baker's Chocolate. HEX triplet: 61, 25 and 00. RGB value is (97,37,0). Sum of RGB (Red+Green+Blue) = 97+37+0=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #612500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612500 is #9EDAFF. Grayscale: #323232. Windows color (decimal): -10410752 or 9569. OLE color: 9569.
HSL color Cylindrical-coordinate representation of color #612500: hue angle of 22.89º 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 #612500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 37 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.62 |
| HSL | 22.89º | 1% | 0.19% | - |
| HSV(B) | 22.89º | 1% | 0.38% | - |
| XYZ | 5.59 | 3.86 | 0.45 | - |
| YUV | 50.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 0 | 0 | 0.62 | 1 | 0.62 | 22.89 | 1 | 0.19 |
| Hex | 61 | 25 | 0 | 0 | 3E | 64 | 3E | 17 | 64 | 13 |
| Octal | 141 | 45 | 0 | 0 | 76 | 144 | 76 | 27 | 144 | 23 |
| Binary | 1100001 | 100101 | 0 | 0 | 111110 | 1100100 | 111110 | 10111 | 1100100 | 10011 |
Color Harmonies of #612500
Complementary color
Monochromatic Colors of #612500
Black with #612500
Text Example
Text Example
White with #612500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612500; }
p { color: rgb(97,37,0); }
H1.HeaderClassName
{
color: #612500;
}
.AnyTagClassName
{
color: #612500;
}
</style>
background-color css
<style>
a { background-color: #612500; }
a { background-color: rgb(97,37,0); }
div.DivClassName
{
background-color: #612500;
}
.BgClassName
{
background-color: #612500;
}
</style>
border-color css
<style>
span { border-color: #612500; }
span { border-color: rgb(97,37,0); }
td.TdClassName
{
border-color: #612500;
}
.TagClassName
{
border-color: #612500;
}
</style>