Shades of Baker's Chocolate #61260E
Tints of Baker's Chocolate #61260E
RGB
CMYK
RGB Variations
Color information
#61260E (or 0x61260E) is known color: Baker's Chocolate. HEX triplet: 61, 26 and 0E. RGB value is (97,38,14). Sum of RGB (Red+Green+Blue) = 97+38+14=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61260E is #9ED9F1. Grayscale: #353535. Windows color (decimal): -10410482 or 927329. OLE color: 927329.
HSL color Cylindrical-coordinate representation of color #61260E: hue angle of 17.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61260E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 38 | 14 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.62 |
| HSL | 17.35º | 0.75% | 0.22% | - |
| HSV(B) | 17.35º | 0.86% | 0.38% | - |
| XYZ | 5.7 | 3.96 | 0.88 | - |
| YUV | 52.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 14 | 0 | 0.61 | 0.86 | 0.62 | 17.35 | 0.75 | 0.22 |
| Hex | 61 | 26 | E | 0 | 3D | 56 | 3E | 11 | 4B | 16 |
| Octal | 141 | 46 | 16 | 0 | 75 | 126 | 76 | 21 | 113 | 26 |
| Binary | 1100001 | 100110 | 1110 | 0 | 111101 | 1010110 | 111110 | 10001 | 1001011 | 10110 |
Color Harmonies of #61260E
Complementary color
Monochromatic Colors of #61260E
Black with #61260E
Text Example
Text Example
White with #61260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61260E; }
p { color: rgb(97,38,14); }
H1.HeaderClassName
{
color: #61260E;
}
.AnyTagClassName
{
color: #61260E;
}
</style>
background-color css
<style>
a { background-color: #61260E; }
a { background-color: rgb(97,38,14); }
div.DivClassName
{
background-color: #61260E;
}
.BgClassName
{
background-color: #61260E;
}
</style>
border-color css
<style>
span { border-color: #61260E; }
span { border-color: rgb(97,38,14); }
td.TdClassName
{
border-color: #61260E;
}
.TagClassName
{
border-color: #61260E;
}
</style>