Shades of Russett #716B69
Tints of Russett #716B69
RGB
CMYK
RGB Variations
Color information
#716B69 (or 0x716B69) is known color: Russett. HEX triplet: 71, 6B and 69. RGB value is (113,107,105). Sum of RGB (Red+Green+Blue) = 113+107+105=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B69 is #8E9496. Grayscale: #6C6C6C. Windows color (decimal): -9344151 or 6908785. OLE color: 6908785.
HSL color Cylindrical-coordinate representation of color #716B69: hue angle of 15º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #716B69 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 105 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.56 |
| HSL | 15º | 0.04% | 0.43% | - |
| HSV(B) | 15º | 0.07% | 0.44% | - |
| XYZ | 14.62 | 15.05 | 15.5 | - |
| YUV | 108.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 105 | 0 | 0.05 | 0.07 | 0.56 | 15 | 0.04 | 0.43 |
| Hex | 71 | 6B | 69 | 0 | 5 | 7 | 38 | F | 4 | 2B |
| Octal | 161 | 153 | 151 | 0 | 5 | 7 | 70 | 17 | 4 | 53 |
| Binary | 1110001 | 1101011 | 1101001 | 0 | 101 | 111 | 111000 | 1111 | 100 | 101011 |
Color Harmonies of #716B69
Complementary color
Monochromatic Colors of #716B69
Black with #716B69
Text Example
Text Example
White with #716B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B69; }
p { color: rgb(113,107,105); }
H1.HeaderClassName
{
color: #716B69;
}
.AnyTagClassName
{
color: #716B69;
}
</style>
background-color css
<style>
a { background-color: #716B69; }
a { background-color: rgb(113,107,105); }
div.DivClassName
{
background-color: #716B69;
}
.BgClassName
{
background-color: #716B69;
}
</style>
border-color css
<style>
span { border-color: #716B69; }
span { border-color: rgb(113,107,105); }
td.TdClassName
{
border-color: #716B69;
}
.TagClassName
{
border-color: #716B69;
}
</style>