Shades of Russett #716F6E
Tints of Russett #716F6E
RGB
CMYK
RGB Variations
Color information
#716F6E (or 0x716F6E) is known color: Russett. HEX triplet: 71, 6F and 6E. RGB value is (113,111,110). Sum of RGB (Red+Green+Blue) = 113+111+110=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 113 - color contains mainly: red. Hex color #716F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F6E is #8E9091. Grayscale: #6F6F6F. Windows color (decimal): -9343122 or 7237489. OLE color: 7237489.
HSL color Cylindrical-coordinate representation of color #716F6E: hue angle of 20º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #716F6E is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 110 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.56 |
| HSL | 20º | 0.01% | 0.44% | - |
| HSV(B) | 20º | 0.03% | 0.44% | - |
| XYZ | 15.31 | 16.01 | 17.03 | - |
| YUV | 111.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 110 | 0 | 0.02 | 0.03 | 0.56 | 20 | 0.01 | 0.44 |
| Hex | 71 | 6F | 6E | 0 | 2 | 3 | 38 | 14 | 1 | 2C |
| Octal | 161 | 157 | 156 | 0 | 2 | 3 | 70 | 24 | 1 | 54 |
| Binary | 1110001 | 1101111 | 1101110 | 0 | 10 | 11 | 111000 | 10100 | 1 | 101100 |
Color Harmonies of #716F6E
Complementary color
Monochromatic Colors of #716F6E
Black with #716F6E
Text Example
Text Example
White with #716F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F6E; }
p { color: rgb(113,111,110); }
H1.HeaderClassName
{
color: #716F6E;
}
.AnyTagClassName
{
color: #716F6E;
}
</style>
background-color css
<style>
a { background-color: #716F6E; }
a { background-color: rgb(113,111,110); }
div.DivClassName
{
background-color: #716F6E;
}
.BgClassName
{
background-color: #716F6E;
}
</style>
border-color css
<style>
span { border-color: #716F6E; }
span { border-color: rgb(113,111,110); }
td.TdClassName
{
border-color: #716F6E;
}
.TagClassName
{
border-color: #716F6E;
}
</style>