Shades of Russett #71625E
Tints of Russett #71625E
RGB
CMYK
RGB Variations
Color information
#71625E (or 0x71625E) is known color: Russett. HEX triplet: 71, 62 and 5E. RGB value is (113,98,94). Sum of RGB (Red+Green+Blue) = 113+98+94=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71625E is #8E9DA1. Grayscale: #666666. Windows color (decimal): -9346466 or 6185585. OLE color: 6185585.
HSL color Cylindrical-coordinate representation of color #71625E: hue angle of 12.63º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71625E is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 94 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.56 |
| HSL | 12.63º | 0.09% | 0.41% | - |
| HSV(B) | 12.63º | 0.17% | 0.44% | - |
| XYZ | 13.2 | 13.05 | 12.41 | - |
| YUV | 102.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 94 | 0 | 0.13 | 0.17 | 0.56 | 12.63 | 0.09 | 0.41 |
| Hex | 71 | 62 | 5E | 0 | D | 11 | 38 | D | 9 | 29 |
| Octal | 161 | 142 | 136 | 0 | 15 | 21 | 70 | 15 | 11 | 51 |
| Binary | 1110001 | 1100010 | 1011110 | 0 | 1101 | 10001 | 111000 | 1101 | 1001 | 101001 |
Color Harmonies of #71625E
Complementary color
Monochromatic Colors of #71625E
Black with #71625E
Text Example
Text Example
White with #71625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71625E; }
p { color: rgb(113,98,94); }
H1.HeaderClassName
{
color: #71625E;
}
.AnyTagClassName
{
color: #71625E;
}
</style>
background-color css
<style>
a { background-color: #71625E; }
a { background-color: rgb(113,98,94); }
div.DivClassName
{
background-color: #71625E;
}
.BgClassName
{
background-color: #71625E;
}
</style>
border-color css
<style>
span { border-color: #71625E; }
span { border-color: rgb(113,98,94); }
td.TdClassName
{
border-color: #71625E;
}
.TagClassName
{
border-color: #71625E;
}
</style>