Shades of Baker's Chocolate #61350E
Tints of Baker's Chocolate #61350E
RGB
CMYK
RGB Variations
Color information
#61350E (or 0x61350E) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 0E. RGB value is (97,53,14). Sum of RGB (Red+Green+Blue) = 97+53+14=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61350E is #9ECAF1. Grayscale: #3D3D3D. Windows color (decimal): -10406642 or 931169. OLE color: 931169.
HSL color Cylindrical-coordinate representation of color #61350E: hue angle of 28.19º 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 #61350E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 53 | 14 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.62 |
| HSL | 28.19º | 0.75% | 0.22% | - |
| HSV(B) | 28.19º | 0.86% | 0.38% | - |
| XYZ | 6.28 | 5.12 | 1.07 | - |
| YUV | 61.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 53 | 14 | 0 | 0.45 | 0.86 | 0.62 | 28.19 | 0.75 | 0.22 |
| Hex | 61 | 35 | E | 0 | 2D | 56 | 3E | 1C | 4B | 16 |
| Octal | 141 | 65 | 16 | 0 | 55 | 126 | 76 | 34 | 113 | 26 |
| Binary | 1100001 | 110101 | 1110 | 0 | 101101 | 1010110 | 111110 | 11100 | 1001011 | 10110 |
Color Harmonies of #61350E
Complementary color
Monochromatic Colors of #61350E
Black with #61350E
Text Example
Text Example
White with #61350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61350E; }
p { color: rgb(97,53,14); }
H1.HeaderClassName
{
color: #61350E;
}
.AnyTagClassName
{
color: #61350E;
}
</style>
background-color css
<style>
a { background-color: #61350E; }
a { background-color: rgb(97,53,14); }
div.DivClassName
{
background-color: #61350E;
}
.BgClassName
{
background-color: #61350E;
}
</style>
border-color css
<style>
span { border-color: #61350E; }
span { border-color: rgb(97,53,14); }
td.TdClassName
{
border-color: #61350E;
}
.TagClassName
{
border-color: #61350E;
}
</style>