Shades of Baker's Chocolate #703106
Tints of Baker's Chocolate #703106
RGB
CMYK
RGB Variations
Color information
#703106 (or 0x703106) is known color: Baker's Chocolate. HEX triplet: 70, 31 and 06. RGB value is (112,49,6). Sum of RGB (Red+Green+Blue) = 112+49+6=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #703106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703106 is #8FCEF9. Grayscale: #3F3F3F. Windows color (decimal): -9424634 or 405872. OLE color: 405872.
HSL color Cylindrical-coordinate representation of color #703106: hue angle of 24.34º 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 #703106 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 6 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.56 |
| HSL | 24.34º | 0.9% | 0.23% | - |
| HSV(B) | 24.34º | 0.95% | 0.44% | - |
| XYZ | 7.81 | 5.65 | 0.85 | - |
| YUV | 62.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 6 | 0 | 0.56 | 0.95 | 0.56 | 24.34 | 0.9 | 0.23 |
| Hex | 70 | 31 | 6 | 0 | 38 | 5F | 38 | 18 | 5A | 17 |
| Octal | 160 | 61 | 6 | 0 | 70 | 137 | 70 | 30 | 132 | 27 |
| Binary | 1110000 | 110001 | 110 | 0 | 111000 | 1011111 | 111000 | 11000 | 1011010 | 10111 |
Color Harmonies of #703106
Complementary color
Monochromatic Colors of #703106
Black with #703106
Text Example
Text Example
White with #703106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703106; }
p { color: rgb(112,49,6); }
H1.HeaderClassName
{
color: #703106;
}
.AnyTagClassName
{
color: #703106;
}
</style>
background-color css
<style>
a { background-color: #703106; }
a { background-color: rgb(112,49,6); }
div.DivClassName
{
background-color: #703106;
}
.BgClassName
{
background-color: #703106;
}
</style>
border-color css
<style>
span { border-color: #703106; }
span { border-color: rgb(112,49,6); }
td.TdClassName
{
border-color: #703106;
}
.TagClassName
{
border-color: #703106;
}
</style>