Shades of Russett #706865
Tints of Russett #706865
RGB
CMYK
RGB Variations
Color information
#706865 (or 0x706865) is known color: Russett. HEX triplet: 70, 68 and 65. RGB value is (112,104,101). Sum of RGB (Red+Green+Blue) = 112+104+101=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706865 is #8F979A. Grayscale: #6A6A6A. Windows color (decimal): -9410459 or 6645872. OLE color: 6645872.
HSL color Cylindrical-coordinate representation of color #706865: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706865 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 101 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.56 |
| HSL | 16.36º | 0.05% | 0.42% | - |
| HSV(B) | 16.36º | 0.1% | 0.44% | - |
| XYZ | 13.98 | 14.28 | 14.33 | - |
| YUV | 106.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 101 | 0 | 0.07 | 0.10 | 0.56 | 16.36 | 0.05 | 0.42 |
| Hex | 70 | 68 | 65 | 0 | 7 | A | 38 | 10 | 5 | 2A |
| Octal | 160 | 150 | 145 | 0 | 7 | 12 | 70 | 20 | 5 | 52 |
| Binary | 1110000 | 1101000 | 1100101 | 0 | 111 | 1010 | 111000 | 10000 | 101 | 101010 |
Color Harmonies of #706865
Complementary color
Monochromatic Colors of #706865
Black with #706865
Text Example
Text Example
White with #706865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706865; }
p { color: rgb(112,104,101); }
H1.HeaderClassName
{
color: #706865;
}
.AnyTagClassName
{
color: #706865;
}
</style>
background-color css
<style>
a { background-color: #706865; }
a { background-color: rgb(112,104,101); }
div.DivClassName
{
background-color: #706865;
}
.BgClassName
{
background-color: #706865;
}
</style>
border-color css
<style>
span { border-color: #706865; }
span { border-color: rgb(112,104,101); }
td.TdClassName
{
border-color: #706865;
}
.TagClassName
{
border-color: #706865;
}
</style>