Shades of Russett #716D6B
Tints of Russett #716D6B
RGB
CMYK
RGB Variations
Color information
#716D6B (or 0x716D6B) is known color: Russett. HEX triplet: 71, 6D and 6B. RGB value is (113,109,107). Sum of RGB (Red+Green+Blue) = 113+109+107=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #716D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D6B is #8E9294. Grayscale: #6D6D6D. Windows color (decimal): -9343637 or 7040369. OLE color: 7040369.
HSL color Cylindrical-coordinate representation of color #716D6B: hue angle of 20º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716D6B is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 107 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.56 |
| HSL | 20º | 0.03% | 0.43% | - |
| HSV(B) | 20º | 0.05% | 0.44% | - |
| XYZ | 14.93 | 15.51 | 16.12 | - |
| YUV | 109.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 107 | 0 | 0.04 | 0.05 | 0.56 | 20 | 0.03 | 0.43 |
| Hex | 71 | 6D | 6B | 0 | 4 | 5 | 38 | 14 | 3 | 2B |
| Octal | 161 | 155 | 153 | 0 | 4 | 5 | 70 | 24 | 3 | 53 |
| Binary | 1110001 | 1101101 | 1101011 | 0 | 100 | 101 | 111000 | 10100 | 11 | 101011 |
Color Harmonies of #716D6B
Complementary color
Monochromatic Colors of #716D6B
Black with #716D6B
Text Example
Text Example
White with #716D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D6B; }
p { color: rgb(113,109,107); }
H1.HeaderClassName
{
color: #716D6B;
}
.AnyTagClassName
{
color: #716D6B;
}
</style>
background-color css
<style>
a { background-color: #716D6B; }
a { background-color: rgb(113,109,107); }
div.DivClassName
{
background-color: #716D6B;
}
.BgClassName
{
background-color: #716D6B;
}
</style>
border-color css
<style>
span { border-color: #716D6B; }
span { border-color: rgb(113,109,107); }
td.TdClassName
{
border-color: #716D6B;
}
.TagClassName
{
border-color: #716D6B;
}
</style>