Shades of Russett #816D66
Tints of Russett #816D66
RGB
CMYK
RGB Variations
Color information
#816D66 (or 0x816D66) is known color: Russett. HEX triplet: 81, 6D and 66. RGB value is (129,109,102). Sum of RGB (Red+Green+Blue) = 129+109+102=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #816D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D66 is #7E9299. Grayscale: #727272. Windows color (decimal): -8295066 or 6712705. OLE color: 6712705.
HSL color Cylindrical-coordinate representation of color #816D66: hue angle of 15.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816D66 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 102 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.49 |
| HSL | 15.56º | 0.12% | 0.45% | - |
| HSV(B) | 15.56º | 0.21% | 0.51% | - |
| XYZ | 16.92 | 16.56 | 14.88 | - |
| YUV | 114.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 102 | 0 | 0.16 | 0.21 | 0.49 | 15.56 | 0.12 | 0.45 |
| Hex | 81 | 6D | 66 | 0 | 10 | 15 | 31 | 10 | C | 2D |
| Octal | 201 | 155 | 146 | 0 | 20 | 25 | 61 | 20 | 14 | 55 |
| Binary | 10000001 | 1101101 | 1100110 | 0 | 10000 | 10101 | 110001 | 10000 | 1100 | 101101 |
Color Harmonies of #816D66
Complementary color
Monochromatic Colors of #816D66
Black with #816D66
Text Example
Text Example
White with #816D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D66; }
p { color: rgb(129,109,102); }
H1.HeaderClassName
{
color: #816D66;
}
.AnyTagClassName
{
color: #816D66;
}
</style>
background-color css
<style>
a { background-color: #816D66; }
a { background-color: rgb(129,109,102); }
div.DivClassName
{
background-color: #816D66;
}
.BgClassName
{
background-color: #816D66;
}
</style>
border-color css
<style>
span { border-color: #816D66; }
span { border-color: rgb(129,109,102); }
td.TdClassName
{
border-color: #816D66;
}
.TagClassName
{
border-color: #816D66;
}
</style>