Shades of Russett #816D65
Tints of Russett #816D65
RGB
CMYK
RGB Variations
Color information
#816D65 (or 0x816D65) is known color: Russett. HEX triplet: 81, 6D and 65. RGB value is (129,109,101). Sum of RGB (Red+Green+Blue) = 129+109+101=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #816D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D65 is #7E929A. Grayscale: #727272. Windows color (decimal): -8295067 or 6647169. OLE color: 6647169.
HSL color Cylindrical-coordinate representation of color #816D65: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816D65 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 101 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.49 |
| HSL | 17.14º | 0.12% | 0.45% | - |
| HSV(B) | 17.14º | 0.22% | 0.51% | - |
| XYZ | 16.87 | 16.54 | 14.62 | - |
| YUV | 114.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 101 | 0 | 0.16 | 0.22 | 0.49 | 17.14 | 0.12 | 0.45 |
| Hex | 81 | 6D | 65 | 0 | 10 | 16 | 31 | 11 | C | 2D |
| Octal | 201 | 155 | 145 | 0 | 20 | 26 | 61 | 21 | 14 | 55 |
| Binary | 10000001 | 1101101 | 1100101 | 0 | 10000 | 10110 | 110001 | 10001 | 1100 | 101101 |
Color Harmonies of #816D65
Complementary color
Monochromatic Colors of #816D65
Black with #816D65
Text Example
Text Example
White with #816D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D65; }
p { color: rgb(129,109,101); }
H1.HeaderClassName
{
color: #816D65;
}
.AnyTagClassName
{
color: #816D65;
}
</style>
background-color css
<style>
a { background-color: #816D65; }
a { background-color: rgb(129,109,101); }
div.DivClassName
{
background-color: #816D65;
}
.BgClassName
{
background-color: #816D65;
}
</style>
border-color css
<style>
span { border-color: #816D65; }
span { border-color: rgb(129,109,101); }
td.TdClassName
{
border-color: #816D65;
}
.TagClassName
{
border-color: #816D65;
}
</style>