Shades of Baker's Chocolate #613B0F
Tints of Baker's Chocolate #613B0F
RGB
CMYK
RGB Variations
Color information
#613B0F (or 0x613B0F) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 0F. RGB value is (97,59,15). Sum of RGB (Red+Green+Blue) = 97+59+15=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B0F is #9EC4F0. Grayscale: #414141. Windows color (decimal): -10405105 or 998241. OLE color: 998241.
HSL color Cylindrical-coordinate representation of color #613B0F: hue angle of 32.2º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #613B0F is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 15 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.62 |
| HSL | 32.2º | 0.73% | 0.22% | - |
| HSV(B) | 32.2º | 0.85% | 0.38% | - |
| XYZ | 6.58 | 5.7 | 1.21 | - |
| YUV | 65.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 15 | 0 | 0.39 | 0.85 | 0.62 | 32.2 | 0.73 | 0.22 |
| Hex | 61 | 3B | F | 0 | 27 | 55 | 3E | 20 | 49 | 16 |
| Octal | 141 | 73 | 17 | 0 | 47 | 125 | 76 | 40 | 111 | 26 |
| Binary | 1100001 | 111011 | 1111 | 0 | 100111 | 1010101 | 111110 | 100000 | 1001001 | 10110 |
Color Harmonies of #613B0F
Complementary color
Monochromatic Colors of #613B0F
Black with #613B0F
Text Example
Text Example
White with #613B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B0F; }
p { color: rgb(97,59,15); }
H1.HeaderClassName
{
color: #613B0F;
}
.AnyTagClassName
{
color: #613B0F;
}
</style>
background-color css
<style>
a { background-color: #613B0F; }
a { background-color: rgb(97,59,15); }
div.DivClassName
{
background-color: #613B0F;
}
.BgClassName
{
background-color: #613B0F;
}
</style>
border-color css
<style>
span { border-color: #613B0F; }
span { border-color: rgb(97,59,15); }
td.TdClassName
{
border-color: #613B0F;
}
.TagClassName
{
border-color: #613B0F;
}
</style>