Shades of Baker's Chocolate #613B0B
Tints of Baker's Chocolate #613B0B
RGB
CMYK
RGB Variations
Color information
#613B0B (or 0x613B0B) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 0B. RGB value is (97,59,11). Sum of RGB (Red+Green+Blue) = 97+59+11=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B0B is #9EC4F4. Grayscale: #414141. Windows color (decimal): -10405109 or 736097. OLE color: 736097.
HSL color Cylindrical-coordinate representation of color #613B0B: hue angle of 33.49º 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 #613B0B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 11 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.62 |
| HSL | 33.49º | 0.8% | 0.21% | - |
| HSV(B) | 33.49º | 0.89% | 0.38% | - |
| XYZ | 6.55 | 5.69 | 1.07 | - |
| YUV | 64.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 11 | 0 | 0.39 | 0.89 | 0.62 | 33.49 | 0.8 | 0.21 |
| Hex | 61 | 3B | B | 0 | 27 | 59 | 3E | 21 | 50 | 15 |
| Octal | 141 | 73 | 13 | 0 | 47 | 131 | 76 | 41 | 120 | 25 |
| Binary | 1100001 | 111011 | 1011 | 0 | 100111 | 1011001 | 111110 | 100001 | 1010000 | 10101 |
Color Harmonies of #613B0B
Complementary color
Monochromatic Colors of #613B0B
Black with #613B0B
Text Example
Text Example
White with #613B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B0B; }
p { color: rgb(97,59,11); }
H1.HeaderClassName
{
color: #613B0B;
}
.AnyTagClassName
{
color: #613B0B;
}
</style>
background-color css
<style>
a { background-color: #613B0B; }
a { background-color: rgb(97,59,11); }
div.DivClassName
{
background-color: #613B0B;
}
.BgClassName
{
background-color: #613B0B;
}
</style>
border-color css
<style>
span { border-color: #613B0B; }
span { border-color: rgb(97,59,11); }
td.TdClassName
{
border-color: #613B0B;
}
.TagClassName
{
border-color: #613B0B;
}
</style>