Shades of Baker's Chocolate #61320E
Tints of Baker's Chocolate #61320E
RGB
CMYK
RGB Variations
Color information
#61320E (or 0x61320E) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 0E. RGB value is (97,50,14). Sum of RGB (Red+Green+Blue) = 97+50+14=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61320E is #9ECDF1. Grayscale: #3C3C3C. Windows color (decimal): -10407410 or 930401. OLE color: 930401.
HSL color Cylindrical-coordinate representation of color #61320E: hue angle of 26.02º 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 #61320E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 14 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.62 |
| HSL | 26.02º | 0.75% | 0.22% | - |
| HSV(B) | 26.02º | 0.86% | 0.38% | - |
| XYZ | 6.15 | 4.85 | 1.03 | - |
| YUV | 59.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 14 | 0 | 0.48 | 0.86 | 0.62 | 26.02 | 0.75 | 0.22 |
| Hex | 61 | 32 | E | 0 | 30 | 56 | 3E | 1A | 4B | 16 |
| Octal | 141 | 62 | 16 | 0 | 60 | 126 | 76 | 32 | 113 | 26 |
| Binary | 1100001 | 110010 | 1110 | 0 | 110000 | 1010110 | 111110 | 11010 | 1001011 | 10110 |
Color Harmonies of #61320E
Complementary color
Monochromatic Colors of #61320E
Black with #61320E
Text Example
Text Example
White with #61320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61320E; }
p { color: rgb(97,50,14); }
H1.HeaderClassName
{
color: #61320E;
}
.AnyTagClassName
{
color: #61320E;
}
</style>
background-color css
<style>
a { background-color: #61320E; }
a { background-color: rgb(97,50,14); }
div.DivClassName
{
background-color: #61320E;
}
.BgClassName
{
background-color: #61320E;
}
</style>
border-color css
<style>
span { border-color: #61320E; }
span { border-color: rgb(97,50,14); }
td.TdClassName
{
border-color: #61320E;
}
.TagClassName
{
border-color: #61320E;
}
</style>