Shades of Baker's Chocolate #61260C
Tints of Baker's Chocolate #61260C
RGB
CMYK
RGB Variations
Color information
#61260C (or 0x61260C) is known color: Baker's Chocolate. HEX triplet: 61, 26 and 0C. RGB value is (97,38,12). Sum of RGB (Red+Green+Blue) = 97+38+12=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61260C is #9ED9F3. Grayscale: #343434. Windows color (decimal): -10410484 or 796257. OLE color: 796257.
HSL color Cylindrical-coordinate representation of color #61260C: hue angle of 18.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61260C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 38 | 12 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.62 |
| HSL | 18.35º | 0.78% | 0.21% | - |
| HSV(B) | 18.35º | 0.88% | 0.38% | - |
| XYZ | 5.69 | 3.95 | 0.81 | - |
| YUV | 52.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 12 | 0 | 0.61 | 0.88 | 0.62 | 18.35 | 0.78 | 0.21 |
| Hex | 61 | 26 | C | 0 | 3D | 58 | 3E | 12 | 4E | 15 |
| Octal | 141 | 46 | 14 | 0 | 75 | 130 | 76 | 22 | 116 | 25 |
| Binary | 1100001 | 100110 | 1100 | 0 | 111101 | 1011000 | 111110 | 10010 | 1001110 | 10101 |
Color Harmonies of #61260C
Complementary color
Monochromatic Colors of #61260C
Black with #61260C
Text Example
Text Example
White with #61260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61260C; }
p { color: rgb(97,38,12); }
H1.HeaderClassName
{
color: #61260C;
}
.AnyTagClassName
{
color: #61260C;
}
</style>
background-color css
<style>
a { background-color: #61260C; }
a { background-color: rgb(97,38,12); }
div.DivClassName
{
background-color: #61260C;
}
.BgClassName
{
background-color: #61260C;
}
</style>
border-color css
<style>
span { border-color: #61260C; }
span { border-color: rgb(97,38,12); }
td.TdClassName
{
border-color: #61260C;
}
.TagClassName
{
border-color: #61260C;
}
</style>