Shades of Russett #705F5B
Tints of Russett #705F5B
RGB
CMYK
RGB Variations
Color information
#705F5B (or 0x705F5B) is known color: Russett. HEX triplet: 70, 5F and 5B. RGB value is (112,95,91). Sum of RGB (Red+Green+Blue) = 112+95+91=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F5B is #8FA0A4. Grayscale: #636363. Windows color (decimal): -9412773 or 5988208. OLE color: 5988208.
HSL color Cylindrical-coordinate representation of color #705F5B: hue angle of 11.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705F5B is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 91 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.56 |
| HSL | 11.43º | 0.1% | 0.4% | - |
| HSV(B) | 11.43º | 0.19% | 0.44% | - |
| XYZ | 12.66 | 12.38 | 11.62 | - |
| YUV | 99.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 91 | 0 | 0.15 | 0.19 | 0.56 | 11.43 | 0.1 | 0.4 |
| Hex | 70 | 5F | 5B | 0 | F | 13 | 38 | B | A | 28 |
| Octal | 160 | 137 | 133 | 0 | 17 | 23 | 70 | 13 | 12 | 50 |
| Binary | 1110000 | 1011111 | 1011011 | 0 | 1111 | 10011 | 111000 | 1011 | 1010 | 101000 |
Color Harmonies of #705F5B
Complementary color
Monochromatic Colors of #705F5B
Black with #705F5B
Text Example
Text Example
White with #705F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F5B; }
p { color: rgb(112,95,91); }
H1.HeaderClassName
{
color: #705F5B;
}
.AnyTagClassName
{
color: #705F5B;
}
</style>
background-color css
<style>
a { background-color: #705F5B; }
a { background-color: rgb(112,95,91); }
div.DivClassName
{
background-color: #705F5B;
}
.BgClassName
{
background-color: #705F5B;
}
</style>
border-color css
<style>
span { border-color: #705F5B; }
span { border-color: rgb(112,95,91); }
td.TdClassName
{
border-color: #705F5B;
}
.TagClassName
{
border-color: #705F5B;
}
</style>