Shades of Baker's Chocolate #613B15
Tints of Baker's Chocolate #613B15
RGB
CMYK
RGB Variations
Color information
#613B15 (or 0x613B15) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 15. RGB value is (97,59,21). Sum of RGB (Red+Green+Blue) = 97+59+21=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #613B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B15 is #9EC4EA. Grayscale: #424242. Windows color (decimal): -10405099 or 1391457. OLE color: 1391457.
HSL color Cylindrical-coordinate representation of color #613B15: hue angle of 30º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #613B15 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 21 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.62 |
| HSL | 30º | 0.64% | 0.23% | - |
| HSV(B) | 30º | 0.78% | 0.38% | - |
| XYZ | 6.63 | 5.72 | 1.46 | - |
| YUV | 66.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 21 | 0 | 0.39 | 0.78 | 0.62 | 30 | 0.64 | 0.23 |
| Hex | 61 | 3B | 15 | 0 | 27 | 4E | 3E | 1E | 40 | 17 |
| Octal | 141 | 73 | 25 | 0 | 47 | 116 | 76 | 36 | 100 | 27 |
| Binary | 1100001 | 111011 | 10101 | 0 | 100111 | 1001110 | 111110 | 11110 | 1000000 | 10111 |
Color Harmonies of #613B15
Complementary color
Monochromatic Colors of #613B15
Black with #613B15
Text Example
Text Example
White with #613B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B15; }
p { color: rgb(97,59,21); }
H1.HeaderClassName
{
color: #613B15;
}
.AnyTagClassName
{
color: #613B15;
}
</style>
background-color css
<style>
a { background-color: #613B15; }
a { background-color: rgb(97,59,21); }
div.DivClassName
{
background-color: #613B15;
}
.BgClassName
{
background-color: #613B15;
}
</style>
border-color css
<style>
span { border-color: #613B15; }
span { border-color: rgb(97,59,21); }
td.TdClassName
{
border-color: #613B15;
}
.TagClassName
{
border-color: #613B15;
}
</style>