Shades of Baker's Chocolate #613B0D
Tints of Baker's Chocolate #613B0D
RGB
CMYK
RGB Variations
Color information
#613B0D (or 0x613B0D) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 0D. RGB value is (97,59,13). Sum of RGB (Red+Green+Blue) = 97+59+13=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B0D is #9EC4F2. Grayscale: #414141. Windows color (decimal): -10405107 or 867169. OLE color: 867169.
HSL color Cylindrical-coordinate representation of color #613B0D: hue angle of 32.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #613B0D is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 13 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.62 |
| HSL | 32.86º | 0.76% | 0.22% | - |
| HSV(B) | 32.86º | 0.87% | 0.38% | - |
| XYZ | 6.57 | 5.7 | 1.13 | - |
| YUV | 65.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 13 | 0 | 0.39 | 0.87 | 0.62 | 32.86 | 0.76 | 0.22 |
| Hex | 61 | 3B | D | 0 | 27 | 57 | 3E | 21 | 4C | 16 |
| Octal | 141 | 73 | 15 | 0 | 47 | 127 | 76 | 41 | 114 | 26 |
| Binary | 1100001 | 111011 | 1101 | 0 | 100111 | 1010111 | 111110 | 100001 | 1001100 | 10110 |
Color Harmonies of #613B0D
Complementary color
Monochromatic Colors of #613B0D
Black with #613B0D
Text Example
Text Example
White with #613B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B0D; }
p { color: rgb(97,59,13); }
H1.HeaderClassName
{
color: #613B0D;
}
.AnyTagClassName
{
color: #613B0D;
}
</style>
background-color css
<style>
a { background-color: #613B0D; }
a { background-color: rgb(97,59,13); }
div.DivClassName
{
background-color: #613B0D;
}
.BgClassName
{
background-color: #613B0D;
}
</style>
border-color css
<style>
span { border-color: #613B0D; }
span { border-color: rgb(97,59,13); }
td.TdClassName
{
border-color: #613B0D;
}
.TagClassName
{
border-color: #613B0D;
}
</style>