Shades of Baker's Chocolate #613C0E
Tints of Baker's Chocolate #613C0E
RGB
CMYK
RGB Variations
Color information
#613C0E (or 0x613C0E) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 0E. RGB value is (97,60,14). Sum of RGB (Red+Green+Blue) = 97+60+14=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C0E is #9EC3F1. Grayscale: #424242. Windows color (decimal): -10404850 or 932961. OLE color: 932961.
HSL color Cylindrical-coordinate representation of color #613C0E: hue angle of 33.25º 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 #613C0E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 14 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.62 |
| HSL | 33.25º | 0.75% | 0.22% | - |
| HSV(B) | 33.25º | 0.86% | 0.38% | - |
| XYZ | 6.62 | 5.8 | 1.19 | - |
| YUV | 65.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 14 | 0 | 0.38 | 0.86 | 0.62 | 33.25 | 0.75 | 0.22 |
| Hex | 61 | 3C | E | 0 | 26 | 56 | 3E | 21 | 4B | 16 |
| Octal | 141 | 74 | 16 | 0 | 46 | 126 | 76 | 41 | 113 | 26 |
| Binary | 1100001 | 111100 | 1110 | 0 | 100110 | 1010110 | 111110 | 100001 | 1001011 | 10110 |
Color Harmonies of #613C0E
Complementary color
Monochromatic Colors of #613C0E
Black with #613C0E
Text Example
Text Example
White with #613C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C0E; }
p { color: rgb(97,60,14); }
H1.HeaderClassName
{
color: #613C0E;
}
.AnyTagClassName
{
color: #613C0E;
}
</style>
background-color css
<style>
a { background-color: #613C0E; }
a { background-color: rgb(97,60,14); }
div.DivClassName
{
background-color: #613C0E;
}
.BgClassName
{
background-color: #613C0E;
}
</style>
border-color css
<style>
span { border-color: #613C0E; }
span { border-color: rgb(97,60,14); }
td.TdClassName
{
border-color: #613C0E;
}
.TagClassName
{
border-color: #613C0E;
}
</style>