Shades of Baker's Chocolate #613B11
Tints of Baker's Chocolate #613B11
RGB
CMYK
RGB Variations
Color information
#613B11 (or 0x613B11) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 11. RGB value is (97,59,17). Sum of RGB (Red+Green+Blue) = 97+59+17=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B11 is #9EC4EE. Grayscale: #414141. Windows color (decimal): -10405103 or 1129313. OLE color: 1129313.
HSL color Cylindrical-coordinate representation of color #613B11: hue angle of 31.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #613B11 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 17 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.62 |
| HSL | 31.5º | 0.7% | 0.22% | - |
| HSV(B) | 31.5º | 0.82% | 0.38% | - |
| XYZ | 6.59 | 5.71 | 1.28 | - |
| YUV | 65.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 17 | 0 | 0.39 | 0.82 | 0.62 | 31.5 | 0.7 | 0.22 |
| Hex | 61 | 3B | 11 | 0 | 27 | 52 | 3E | 1F | 46 | 16 |
| Octal | 141 | 73 | 21 | 0 | 47 | 122 | 76 | 37 | 106 | 26 |
| Binary | 1100001 | 111011 | 10001 | 0 | 100111 | 1010010 | 111110 | 11111 | 1000110 | 10110 |
Color Harmonies of #613B11
Complementary color
Monochromatic Colors of #613B11
Black with #613B11
Text Example
Text Example
White with #613B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B11; }
p { color: rgb(97,59,17); }
H1.HeaderClassName
{
color: #613B11;
}
.AnyTagClassName
{
color: #613B11;
}
</style>
background-color css
<style>
a { background-color: #613B11; }
a { background-color: rgb(97,59,17); }
div.DivClassName
{
background-color: #613B11;
}
.BgClassName
{
background-color: #613B11;
}
</style>
border-color css
<style>
span { border-color: #613B11; }
span { border-color: rgb(97,59,17); }
td.TdClassName
{
border-color: #613B11;
}
.TagClassName
{
border-color: #613B11;
}
</style>