Shades of Baker's Chocolate #612502
Tints of Baker's Chocolate #612502
RGB
CMYK
RGB Variations
Color information
#612502 (or 0x612502) is known color: Baker's Chocolate. HEX triplet: 61, 25 and 02. RGB value is (97,37,2). Sum of RGB (Red+Green+Blue) = 97+37+2=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #612502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612502 is #9EDAFD. Grayscale: #333333. Windows color (decimal): -10410750 or 140641. OLE color: 140641.
HSL color Cylindrical-coordinate representation of color #612502: hue angle of 22.11º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #612502 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 37 | 2 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.62 |
| HSL | 22.11º | 0.96% | 0.19% | - |
| HSV(B) | 22.11º | 0.98% | 0.38% | - |
| XYZ | 5.6 | 3.87 | 0.51 | - |
| YUV | 50.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 2 | 0 | 0.62 | 0.98 | 0.62 | 22.11 | 0.96 | 0.19 |
| Hex | 61 | 25 | 2 | 0 | 3E | 62 | 3E | 16 | 60 | 13 |
| Octal | 141 | 45 | 2 | 0 | 76 | 142 | 76 | 26 | 140 | 23 |
| Binary | 1100001 | 100101 | 10 | 0 | 111110 | 1100010 | 111110 | 10110 | 1100000 | 10011 |
Color Harmonies of #612502
Complementary color
Monochromatic Colors of #612502
Black with #612502
Text Example
Text Example
White with #612502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612502; }
p { color: rgb(97,37,2); }
H1.HeaderClassName
{
color: #612502;
}
.AnyTagClassName
{
color: #612502;
}
</style>
background-color css
<style>
a { background-color: #612502; }
a { background-color: rgb(97,37,2); }
div.DivClassName
{
background-color: #612502;
}
.BgClassName
{
background-color: #612502;
}
</style>
border-color css
<style>
span { border-color: #612502; }
span { border-color: rgb(97,37,2); }
td.TdClassName
{
border-color: #612502;
}
.TagClassName
{
border-color: #612502;
}
</style>