Shades of Russett #71625D
Tints of Russett #71625D
RGB
CMYK
RGB Variations
Color information
#71625D (or 0x71625D) is known color: Russett. HEX triplet: 71, 62 and 5D. RGB value is (113,98,93). Sum of RGB (Red+Green+Blue) = 113+98+93=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71625D is #8E9DA2. Grayscale: #656565. Windows color (decimal): -9346467 or 6120049. OLE color: 6120049.
HSL color Cylindrical-coordinate representation of color #71625D: hue angle of 15º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71625D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 98 | 93 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.56 |
| HSL | 15º | 0.1% | 0.4% | - |
| HSV(B) | 15º | 0.18% | 0.44% | - |
| XYZ | 13.15 | 13.04 | 12.18 | - |
| YUV | 101.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 93 | 0 | 0.13 | 0.18 | 0.56 | 15 | 0.1 | 0.4 |
| Hex | 71 | 62 | 5D | 0 | D | 12 | 38 | F | A | 28 |
| Octal | 161 | 142 | 135 | 0 | 15 | 22 | 70 | 17 | 12 | 50 |
| Binary | 1110001 | 1100010 | 1011101 | 0 | 1101 | 10010 | 111000 | 1111 | 1010 | 101000 |
Color Harmonies of #71625D
Complementary color
Monochromatic Colors of #71625D
Black with #71625D
Text Example
Text Example
White with #71625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71625D; }
p { color: rgb(113,98,93); }
H1.HeaderClassName
{
color: #71625D;
}
.AnyTagClassName
{
color: #71625D;
}
</style>
background-color css
<style>
a { background-color: #71625D; }
a { background-color: rgb(113,98,93); }
div.DivClassName
{
background-color: #71625D;
}
.BgClassName
{
background-color: #71625D;
}
</style>
border-color css
<style>
span { border-color: #71625D; }
span { border-color: rgb(113,98,93); }
td.TdClassName
{
border-color: #71625D;
}
.TagClassName
{
border-color: #71625D;
}
</style>