Shades of Russett #71615D
Tints of Russett #71615D
RGB
CMYK
RGB Variations
Color information
#71615D (or 0x71615D) is known color: Russett. HEX triplet: 71, 61 and 5D. RGB value is (113,97,93). Sum of RGB (Red+Green+Blue) = 113+97+93=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71615D is #8E9EA2. Grayscale: #656565. Windows color (decimal): -9346723 or 6119793. OLE color: 6119793.
HSL color Cylindrical-coordinate representation of color #71615D: hue angle of 12º 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 #71615D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 97 | 93 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.56 |
| HSL | 12º | 0.1% | 0.4% | - |
| HSV(B) | 12º | 0.18% | 0.44% | - |
| XYZ | 13.06 | 12.85 | 12.15 | - |
| YUV | 101.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 93 | 0 | 0.14 | 0.18 | 0.56 | 12 | 0.1 | 0.4 |
| Hex | 71 | 61 | 5D | 0 | E | 12 | 38 | C | A | 28 |
| Octal | 161 | 141 | 135 | 0 | 16 | 22 | 70 | 14 | 12 | 50 |
| Binary | 1110001 | 1100001 | 1011101 | 0 | 1110 | 10010 | 111000 | 1100 | 1010 | 101000 |
Color Harmonies of #71615D
Complementary color
Monochromatic Colors of #71615D
Black with #71615D
Text Example
Text Example
White with #71615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71615D; }
p { color: rgb(113,97,93); }
H1.HeaderClassName
{
color: #71615D;
}
.AnyTagClassName
{
color: #71615D;
}
</style>
background-color css
<style>
a { background-color: #71615D; }
a { background-color: rgb(113,97,93); }
div.DivClassName
{
background-color: #71615D;
}
.BgClassName
{
background-color: #71615D;
}
</style>
border-color css
<style>
span { border-color: #71615D; }
span { border-color: rgb(113,97,93); }
td.TdClassName
{
border-color: #71615D;
}
.TagClassName
{
border-color: #71615D;
}
</style>