Shades of Baker's Chocolate #61341E
Tints of Baker's Chocolate #61341E
RGB
CMYK
RGB Variations
Color information
#61341E (or 0x61341E) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 1E. RGB value is (97,52,30). Sum of RGB (Red+Green+Blue) = 97+52+30=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61341E is #9ECBE1. Grayscale: #3F3F3F. Windows color (decimal): -10406882 or 1979489. OLE color: 1979489.
HSL color Cylindrical-coordinate representation of color #61341E: hue angle of 19.7º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61341E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 30 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.62 |
| HSL | 19.7º | 0.53% | 0.25% | - |
| HSV(B) | 19.7º | 0.69% | 0.38% | - |
| XYZ | 6.39 | 5.09 | 1.87 | - |
| YUV | 62.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 30 | 0 | 0.46 | 0.69 | 0.62 | 19.7 | 0.53 | 0.25 |
| Hex | 61 | 34 | 1E | 0 | 2E | 45 | 3E | 14 | 35 | 19 |
| Octal | 141 | 64 | 36 | 0 | 56 | 105 | 76 | 24 | 65 | 31 |
| Binary | 1100001 | 110100 | 11110 | 0 | 101110 | 1000101 | 111110 | 10100 | 110101 | 11001 |
Color Harmonies of #61341E
Complementary color
Monochromatic Colors of #61341E
Black with #61341E
Text Example
Text Example
White with #61341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61341E; }
p { color: rgb(97,52,30); }
H1.HeaderClassName
{
color: #61341E;
}
.AnyTagClassName
{
color: #61341E;
}
</style>
background-color css
<style>
a { background-color: #61341E; }
a { background-color: rgb(97,52,30); }
div.DivClassName
{
background-color: #61341E;
}
.BgClassName
{
background-color: #61341E;
}
</style>
border-color css
<style>
span { border-color: #61341E; }
span { border-color: rgb(97,52,30); }
td.TdClassName
{
border-color: #61341E;
}
.TagClassName
{
border-color: #61341E;
}
</style>