Shades of Spice #705146
Tints of Spice #705146
RGB
CMYK
RGB Variations
Color information
#705146 (or 0x705146) is known color: Spice. HEX triplet: 70, 51 and 46. RGB value is (112,81,70). Sum of RGB (Red+Green+Blue) = 112+81+70=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705146 is #8FAEB9. Grayscale: #595959. Windows color (decimal): -9416378 or 4608368. OLE color: 4608368.
HSL color Cylindrical-coordinate representation of color #705146: hue angle of 15.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705146 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 70 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.56 |
| HSL | 15.71º | 0.23% | 0.36% | - |
| HSV(B) | 15.71º | 0.38% | 0.44% | - |
| XYZ | 10.73 | 9.77 | 7.11 | - |
| YUV | 89.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 70 | 0 | 0.28 | 0.38 | 0.56 | 15.71 | 0.23 | 0.36 |
| Hex | 70 | 51 | 46 | 0 | 1C | 26 | 38 | 10 | 17 | 24 |
| Octal | 160 | 121 | 106 | 0 | 34 | 46 | 70 | 20 | 27 | 44 |
| Binary | 1110000 | 1010001 | 1000110 | 0 | 11100 | 100110 | 111000 | 10000 | 10111 | 100100 |
Color Harmonies of #705146
Complementary color
Monochromatic Colors of #705146
Black with #705146
Text Example
Text Example
White with #705146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705146; }
p { color: rgb(112,81,70); }
H1.HeaderClassName
{
color: #705146;
}
.AnyTagClassName
{
color: #705146;
}
</style>
background-color css
<style>
a { background-color: #705146; }
a { background-color: rgb(112,81,70); }
div.DivClassName
{
background-color: #705146;
}
.BgClassName
{
background-color: #705146;
}
</style>
border-color css
<style>
span { border-color: #705146; }
span { border-color: rgb(112,81,70); }
td.TdClassName
{
border-color: #705146;
}
.TagClassName
{
border-color: #705146;
}
</style>