Shades of Baker's Chocolate #613C0B
Tints of Baker's Chocolate #613C0B
RGB
CMYK
RGB Variations
Color information
#613C0B (or 0x613C0B) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 0B. RGB value is (97,60,11). Sum of RGB (Red+Green+Blue) = 97+60+11=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C0B is #9EC3F4. Grayscale: #414141. Windows color (decimal): -10404853 or 736353. OLE color: 736353.
HSL color Cylindrical-coordinate representation of color #613C0B: hue angle of 34.19º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #613C0B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 11 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.62 |
| HSL | 34.19º | 0.8% | 0.21% | - |
| HSV(B) | 34.19º | 0.89% | 0.38% | - |
| XYZ | 6.61 | 5.8 | 1.09 | - |
| YUV | 65.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 11 | 0 | 0.38 | 0.89 | 0.62 | 34.19 | 0.8 | 0.21 |
| Hex | 61 | 3C | B | 0 | 26 | 59 | 3E | 22 | 50 | 15 |
| Octal | 141 | 74 | 13 | 0 | 46 | 131 | 76 | 42 | 120 | 25 |
| Binary | 1100001 | 111100 | 1011 | 0 | 100110 | 1011001 | 111110 | 100010 | 1010000 | 10101 |
Color Harmonies of #613C0B
Complementary color
Monochromatic Colors of #613C0B
Black with #613C0B
Text Example
Text Example
White with #613C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C0B; }
p { color: rgb(97,60,11); }
H1.HeaderClassName
{
color: #613C0B;
}
.AnyTagClassName
{
color: #613C0B;
}
</style>
background-color css
<style>
a { background-color: #613C0B; }
a { background-color: rgb(97,60,11); }
div.DivClassName
{
background-color: #613C0B;
}
.BgClassName
{
background-color: #613C0B;
}
</style>
border-color css
<style>
span { border-color: #613C0B; }
span { border-color: rgb(97,60,11); }
td.TdClassName
{
border-color: #613C0B;
}
.TagClassName
{
border-color: #613C0B;
}
</style>