Shades of Baker's Chocolate #61220B
Tints of Baker's Chocolate #61220B
RGB
CMYK
RGB Variations
Color information
#61220B (or 0x61220B) is known color: Baker's Chocolate. HEX triplet: 61, 22 and 0B. RGB value is (97,34,11). Sum of RGB (Red+Green+Blue) = 97+34+11=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61220B is #9EDDF4. Grayscale: #323232. Windows color (decimal): -10411509 or 729697. OLE color: 729697.
HSL color Cylindrical-coordinate representation of color #61220B: hue angle of 16.05º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61220B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 11 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.62 |
| HSL | 16.05º | 0.8% | 0.21% | - |
| HSV(B) | 16.05º | 0.89% | 0.38% | - |
| XYZ | 5.56 | 3.71 | 0.74 | - |
| YUV | 50.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 11 | 0 | 0.65 | 0.89 | 0.62 | 16.05 | 0.8 | 0.21 |
| Hex | 61 | 22 | B | 0 | 41 | 59 | 3E | 10 | 50 | 15 |
| Octal | 141 | 42 | 13 | 0 | 101 | 131 | 76 | 20 | 120 | 25 |
| Binary | 1100001 | 100010 | 1011 | 0 | 1000001 | 1011001 | 111110 | 10000 | 1010000 | 10101 |
Color Harmonies of #61220B
Complementary color
Monochromatic Colors of #61220B
Black with #61220B
Text Example
Text Example
White with #61220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61220B; }
p { color: rgb(97,34,11); }
H1.HeaderClassName
{
color: #61220B;
}
.AnyTagClassName
{
color: #61220B;
}
</style>
background-color css
<style>
a { background-color: #61220B; }
a { background-color: rgb(97,34,11); }
div.DivClassName
{
background-color: #61220B;
}
.BgClassName
{
background-color: #61220B;
}
</style>
border-color css
<style>
span { border-color: #61220B; }
span { border-color: rgb(97,34,11); }
td.TdClassName
{
border-color: #61220B;
}
.TagClassName
{
border-color: #61220B;
}
</style>