Shades of Russett #716E6D
Tints of Russett #716E6D
RGB
CMYK
RGB Variations
Color information
#716E6D (or 0x716E6D) is known color: Russett. HEX triplet: 71, 6E and 6D. RGB value is (113,110,109). Sum of RGB (Red+Green+Blue) = 113+110+109=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 113 - color contains mainly: red. Hex color #716E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E6D is #8E9192. Grayscale: #6E6E6E. Windows color (decimal): -9343379 or 7171697. OLE color: 7171697.
HSL color Cylindrical-coordinate representation of color #716E6D: hue angle of 15º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #716E6D is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
RGB | 113 | 110 | 109 | - |
CMYK | 0 | 0.03 | 0.04 | 0.56 |
HSL | 15º | 0.02% | 0.44% | - |
HSV(B) | 15º | 0.04% | 0.44% | - |
XYZ | 15.15 | 15.77 | 16.71 | - |
YUV | 110.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 110 | 109 | 0 | 0.03 | 0.04 | 0.56 | 15 | 0.02 | 0.44 |
Hex | 71 | 6E | 6D | 0 | 3 | 4 | 38 | F | 2 | 2C |
Octal | 161 | 156 | 155 | 0 | 3 | 4 | 70 | 17 | 2 | 54 |
Binary | 1110001 | 1101110 | 1101101 | 0 | 11 | 100 | 111000 | 1111 | 10 | 101100 |
Color Harmonies of #716E6D
Complementary color
Monochromatic Colors of #716E6D
Black with #716E6D
Text Example
Text Example
White with #716E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E6D; }
p { color: rgb(113,110,109); }
H1.HeaderClassName
{
color: #716E6D;
}
.AnyTagClassName
{
color: #716E6D;
}
</style>
background-color css
<style>
a { background-color: #716E6D; }
a { background-color: rgb(113,110,109); }
div.DivClassName
{
background-color: #716E6D;
}
.BgClassName
{
background-color: #716E6D;
}
</style>
border-color css
<style>
span { border-color: #716E6D; }
span { border-color: rgb(113,110,109); }
td.TdClassName
{
border-color: #716E6D;
}
.TagClassName
{
border-color: #716E6D;
}
</style>