Shades of Russett #81716A
Tints of Russett #81716A
RGB
CMYK
RGB Variations
Color information
#81716A (or 0x81716A) is known color: Russett. HEX triplet: 81, 71 and 6A. RGB value is (129,113,106). Sum of RGB (Red+Green+Blue) = 129+113+106=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #81716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81716A is #7E8E95. Grayscale: #757575. Windows color (decimal): -8294038 or 6975873. OLE color: 6975873.
HSL color Cylindrical-coordinate representation of color #81716A: hue angle of 18.26º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81716A is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 106 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.49 |
| HSL | 18.26º | 0.1% | 0.46% | - |
| HSV(B) | 18.26º | 0.18% | 0.51% | - |
| XYZ | 17.56 | 17.52 | 16.09 | - |
| YUV | 116.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 106 | 0 | 0.12 | 0.18 | 0.49 | 18.26 | 0.1 | 0.46 |
| Hex | 81 | 71 | 6A | 0 | C | 12 | 31 | 12 | A | 2E |
| Octal | 201 | 161 | 152 | 0 | 14 | 22 | 61 | 22 | 12 | 56 |
| Binary | 10000001 | 1110001 | 1101010 | 0 | 1100 | 10010 | 110001 | 10010 | 1010 | 101110 |
Color Harmonies of #81716A
Complementary color
Monochromatic Colors of #81716A
Black with #81716A
Text Example
Text Example
White with #81716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81716A; }
p { color: rgb(129,113,106); }
H1.HeaderClassName
{
color: #81716A;
}
.AnyTagClassName
{
color: #81716A;
}
</style>
background-color css
<style>
a { background-color: #81716A; }
a { background-color: rgb(129,113,106); }
div.DivClassName
{
background-color: #81716A;
}
.BgClassName
{
background-color: #81716A;
}
</style>
border-color css
<style>
span { border-color: #81716A; }
span { border-color: rgb(129,113,106); }
td.TdClassName
{
border-color: #81716A;
}
.TagClassName
{
border-color: #81716A;
}
</style>