Shades of Baker's Chocolate #613C0A
Tints of Baker's Chocolate #613C0A
RGB
CMYK
RGB Variations
Color information
#613C0A (or 0x613C0A) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 0A. RGB value is (97,60,10). Sum of RGB (Red+Green+Blue) = 97+60+10=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C0A is #9EC3F5. Grayscale: #414141. Windows color (decimal): -10404854 or 670817. OLE color: 670817.
HSL color Cylindrical-coordinate representation of color #613C0A: hue angle of 34.48º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #613C0A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 10 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.62 |
| HSL | 34.48º | 0.81% | 0.21% | - |
| HSV(B) | 34.48º | 0.9% | 0.38% | - |
| XYZ | 6.6 | 5.8 | 1.06 | - |
| YUV | 65.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 10 | 0 | 0.38 | 0.90 | 0.62 | 34.48 | 0.81 | 0.21 |
| Hex | 61 | 3C | A | 0 | 26 | 5A | 3E | 22 | 51 | 15 |
| Octal | 141 | 74 | 12 | 0 | 46 | 132 | 76 | 42 | 121 | 25 |
| Binary | 1100001 | 111100 | 1010 | 0 | 100110 | 1011010 | 111110 | 100010 | 1010001 | 10101 |
Color Harmonies of #613C0A
Complementary color
Monochromatic Colors of #613C0A
Black with #613C0A
Text Example
Text Example
White with #613C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C0A; }
p { color: rgb(97,60,10); }
H1.HeaderClassName
{
color: #613C0A;
}
.AnyTagClassName
{
color: #613C0A;
}
</style>
background-color css
<style>
a { background-color: #613C0A; }
a { background-color: rgb(97,60,10); }
div.DivClassName
{
background-color: #613C0A;
}
.BgClassName
{
background-color: #613C0A;
}
</style>
border-color css
<style>
span { border-color: #613C0A; }
span { border-color: rgb(97,60,10); }
td.TdClassName
{
border-color: #613C0A;
}
.TagClassName
{
border-color: #613C0A;
}
</style>