Shades of Baker's Chocolate #713206
Tints of Baker's Chocolate #713206
RGB
CMYK
RGB Variations
Color information
#713206 (or 0x713206) is known color: Baker's Chocolate. HEX triplet: 71, 32 and 06. RGB value is (113,50,6). Sum of RGB (Red+Green+Blue) = 113+50+6=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #713206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713206 is #8ECDF9. Grayscale: #404040. Windows color (decimal): -9358842 or 406129. OLE color: 406129.
HSL color Cylindrical-coordinate representation of color #713206: hue angle of 24.67º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #713206 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 6 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.56 |
| HSL | 24.67º | 0.9% | 0.23% | - |
| HSV(B) | 24.67º | 0.95% | 0.44% | - |
| XYZ | 7.98 | 5.81 | 0.87 | - |
| YUV | 63.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 6 | 0 | 0.56 | 0.95 | 0.56 | 24.67 | 0.9 | 0.23 |
| Hex | 71 | 32 | 6 | 0 | 38 | 5F | 38 | 19 | 5A | 17 |
| Octal | 161 | 62 | 6 | 0 | 70 | 137 | 70 | 31 | 132 | 27 |
| Binary | 1110001 | 110010 | 110 | 0 | 111000 | 1011111 | 111000 | 11001 | 1011010 | 10111 |
Color Harmonies of #713206
Complementary color
Monochromatic Colors of #713206
Black with #713206
Text Example
Text Example
White with #713206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713206; }
p { color: rgb(113,50,6); }
H1.HeaderClassName
{
color: #713206;
}
.AnyTagClassName
{
color: #713206;
}
</style>
background-color css
<style>
a { background-color: #713206; }
a { background-color: rgb(113,50,6); }
div.DivClassName
{
background-color: #713206;
}
.BgClassName
{
background-color: #713206;
}
</style>
border-color css
<style>
span { border-color: #713206; }
span { border-color: rgb(113,50,6); }
td.TdClassName
{
border-color: #713206;
}
.TagClassName
{
border-color: #713206;
}
</style>