Shades of Russett #716A67
Tints of Russett #716A67
RGB
CMYK
RGB Variations
Color information
#716A67 (or 0x716A67) is known color: Russett. HEX triplet: 71, 6A and 67. RGB value is (113,106,103). Sum of RGB (Red+Green+Blue) = 113+106+103=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #716A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A67 is #8E9598. Grayscale: #6B6B6B. Windows color (decimal): -9344409 or 6777457. OLE color: 6777457.
HSL color Cylindrical-coordinate representation of color #716A67: hue angle of 18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #716A67 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 103 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.56 |
| HSL | 18º | 0.05% | 0.42% | - |
| HSV(B) | 18º | 0.09% | 0.44% | - |
| XYZ | 14.41 | 14.8 | 14.93 | - |
| YUV | 107.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 103 | 0 | 0.06 | 0.09 | 0.56 | 18 | 0.05 | 0.42 |
| Hex | 71 | 6A | 67 | 0 | 6 | 9 | 38 | 12 | 5 | 2A |
| Octal | 161 | 152 | 147 | 0 | 6 | 11 | 70 | 22 | 5 | 52 |
| Binary | 1110001 | 1101010 | 1100111 | 0 | 110 | 1001 | 111000 | 10010 | 101 | 101010 |
Color Harmonies of #716A67
Complementary color
Monochromatic Colors of #716A67
Black with #716A67
Text Example
Text Example
White with #716A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A67; }
p { color: rgb(113,106,103); }
H1.HeaderClassName
{
color: #716A67;
}
.AnyTagClassName
{
color: #716A67;
}
</style>
background-color css
<style>
a { background-color: #716A67; }
a { background-color: rgb(113,106,103); }
div.DivClassName
{
background-color: #716A67;
}
.BgClassName
{
background-color: #716A67;
}
</style>
border-color css
<style>
span { border-color: #716A67; }
span { border-color: rgb(113,106,103); }
td.TdClassName
{
border-color: #716A67;
}
.TagClassName
{
border-color: #716A67;
}
</style>