Shades of Baker's Chocolate #613C13
Tints of Baker's Chocolate #613C13
RGB
CMYK
RGB Variations
Color information
#613C13 (or 0x613C13) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 13. RGB value is (97,60,19). Sum of RGB (Red+Green+Blue) = 97+60+19=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #613C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C13 is #9EC3EC. Grayscale: #424242. Windows color (decimal): -10404845 or 1260641. OLE color: 1260641.
HSL color Cylindrical-coordinate representation of color #613C13: hue angle of 31.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #613C13 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 19 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.62 |
| HSL | 31.54º | 0.67% | 0.23% | - |
| HSV(B) | 31.54º | 0.8% | 0.38% | - |
| XYZ | 6.66 | 5.82 | 1.39 | - |
| YUV | 66.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 19 | 0 | 0.38 | 0.80 | 0.62 | 31.54 | 0.67 | 0.23 |
| Hex | 61 | 3C | 13 | 0 | 26 | 50 | 3E | 20 | 43 | 17 |
| Octal | 141 | 74 | 23 | 0 | 46 | 120 | 76 | 40 | 103 | 27 |
| Binary | 1100001 | 111100 | 10011 | 0 | 100110 | 1010000 | 111110 | 100000 | 1000011 | 10111 |
Color Harmonies of #613C13
Complementary color
Monochromatic Colors of #613C13
Black with #613C13
Text Example
Text Example
White with #613C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C13; }
p { color: rgb(97,60,19); }
H1.HeaderClassName
{
color: #613C13;
}
.AnyTagClassName
{
color: #613C13;
}
</style>
background-color css
<style>
a { background-color: #613C13; }
a { background-color: rgb(97,60,19); }
div.DivClassName
{
background-color: #613C13;
}
.BgClassName
{
background-color: #613C13;
}
</style>
border-color css
<style>
span { border-color: #613C13; }
span { border-color: rgb(97,60,19); }
td.TdClassName
{
border-color: #613C13;
}
.TagClassName
{
border-color: #613C13;
}
</style>