Shades of Baker's Chocolate #61370E
Tints of Baker's Chocolate #61370E
RGB
CMYK
RGB Variations
Color information
#61370E (or 0x61370E) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 0E. RGB value is (97,55,14). Sum of RGB (Red+Green+Blue) = 97+55+14=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61370E is #9EC8F1. Grayscale: #3F3F3F. Windows color (decimal): -10406130 or 931681. OLE color: 931681.
HSL color Cylindrical-coordinate representation of color #61370E: hue angle of 29.64º 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 #61370E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 14 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.62 |
| HSL | 29.64º | 0.75% | 0.22% | - |
| HSV(B) | 29.64º | 0.86% | 0.38% | - |
| XYZ | 6.38 | 5.31 | 1.1 | - |
| YUV | 62.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 14 | 0 | 0.43 | 0.86 | 0.62 | 29.64 | 0.75 | 0.22 |
| Hex | 61 | 37 | E | 0 | 2B | 56 | 3E | 1E | 4B | 16 |
| Octal | 141 | 67 | 16 | 0 | 53 | 126 | 76 | 36 | 113 | 26 |
| Binary | 1100001 | 110111 | 1110 | 0 | 101011 | 1010110 | 111110 | 11110 | 1001011 | 10110 |
Color Harmonies of #61370E
Complementary color
Monochromatic Colors of #61370E
Black with #61370E
Text Example
Text Example
White with #61370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61370E; }
p { color: rgb(97,55,14); }
H1.HeaderClassName
{
color: #61370E;
}
.AnyTagClassName
{
color: #61370E;
}
</style>
background-color css
<style>
a { background-color: #61370E; }
a { background-color: rgb(97,55,14); }
div.DivClassName
{
background-color: #61370E;
}
.BgClassName
{
background-color: #61370E;
}
</style>
border-color css
<style>
span { border-color: #61370E; }
span { border-color: rgb(97,55,14); }
td.TdClassName
{
border-color: #61370E;
}
.TagClassName
{
border-color: #61370E;
}
</style>