Shades of Baker's Chocolate #613206
Tints of Baker's Chocolate #613206
RGB
CMYK
RGB Variations
Color information
#613206 (or 0x613206) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 06. RGB value is (97,50,6). Sum of RGB (Red+Green+Blue) = 97+50+6=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #613206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613206 is #9ECDF9. Grayscale: #3B3B3B. Windows color (decimal): -10407418 or 406113. OLE color: 406113.
HSL color Cylindrical-coordinate representation of color #613206: hue angle of 29.01º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #613206 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 6 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.62 |
| HSL | 29.01º | 0.88% | 0.2% | - |
| HSV(B) | 29.01º | 0.94% | 0.38% | - |
| XYZ | 6.1 | 4.84 | 0.78 | - |
| YUV | 59.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 6 | 0 | 0.48 | 0.94 | 0.62 | 29.01 | 0.88 | 0.2 |
| Hex | 61 | 32 | 6 | 0 | 30 | 5E | 3E | 1D | 58 | 14 |
| Octal | 141 | 62 | 6 | 0 | 60 | 136 | 76 | 35 | 130 | 24 |
| Binary | 1100001 | 110010 | 110 | 0 | 110000 | 1011110 | 111110 | 11101 | 1011000 | 10100 |
Color Harmonies of #613206
Complementary color
Monochromatic Colors of #613206
Black with #613206
Text Example
Text Example
White with #613206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613206; }
p { color: rgb(97,50,6); }
H1.HeaderClassName
{
color: #613206;
}
.AnyTagClassName
{
color: #613206;
}
</style>
background-color css
<style>
a { background-color: #613206; }
a { background-color: rgb(97,50,6); }
div.DivClassName
{
background-color: #613206;
}
.BgClassName
{
background-color: #613206;
}
</style>
border-color css
<style>
span { border-color: #613206; }
span { border-color: rgb(97,50,6); }
td.TdClassName
{
border-color: #613206;
}
.TagClassName
{
border-color: #613206;
}
</style>