Shades of Russett #706864
Tints of Russett #706864
RGB
CMYK
RGB Variations
Color information
#706864 (or 0x706864) is known color: Russett. HEX triplet: 70, 68 and 64. RGB value is (112,104,100). Sum of RGB (Red+Green+Blue) = 112+104+100=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706864 is #8F979B. Grayscale: #696969. Windows color (decimal): -9410460 or 6580336. OLE color: 6580336.
HSL color Cylindrical-coordinate representation of color #706864: hue angle of 20º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706864 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 100 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.56 |
| HSL | 20º | 0.06% | 0.42% | - |
| HSV(B) | 20º | 0.11% | 0.44% | - |
| XYZ | 13.93 | 14.27 | 14.08 | - |
| YUV | 105.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 100 | 0 | 0.07 | 0.11 | 0.56 | 20 | 0.06 | 0.42 |
| Hex | 70 | 68 | 64 | 0 | 7 | B | 38 | 14 | 6 | 2A |
| Octal | 160 | 150 | 144 | 0 | 7 | 13 | 70 | 24 | 6 | 52 |
| Binary | 1110000 | 1101000 | 1100100 | 0 | 111 | 1011 | 111000 | 10100 | 110 | 101010 |
Color Harmonies of #706864
Complementary color
Monochromatic Colors of #706864
Black with #706864
Text Example
Text Example
White with #706864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706864; }
p { color: rgb(112,104,100); }
H1.HeaderClassName
{
color: #706864;
}
.AnyTagClassName
{
color: #706864;
}
</style>
background-color css
<style>
a { background-color: #706864; }
a { background-color: rgb(112,104,100); }
div.DivClassName
{
background-color: #706864;
}
.BgClassName
{
background-color: #706864;
}
</style>
border-color css
<style>
span { border-color: #706864; }
span { border-color: rgb(112,104,100); }
td.TdClassName
{
border-color: #706864;
}
.TagClassName
{
border-color: #706864;
}
</style>