Shades of Russett #81695E
Tints of Russett #81695E
RGB
CMYK
RGB Variations
Color information
#81695E (or 0x81695E) is known color: Russett. HEX triplet: 81, 69 and 5E. RGB value is (129,105,94). Sum of RGB (Red+Green+Blue) = 129+105+94=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #81695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81695E is #7E96A1. Grayscale: #6E6E6E. Windows color (decimal): -8296098 or 6187393. OLE color: 6187393.
HSL color Cylindrical-coordinate representation of color #81695E: hue angle of 18.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81695E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 94 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.49 |
| HSL | 18.86º | 0.16% | 0.44% | - |
| HSV(B) | 18.86º | 0.27% | 0.51% | - |
| XYZ | 16.13 | 15.58 | 12.75 | - |
| YUV | 110.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 94 | 0 | 0.19 | 0.27 | 0.49 | 18.86 | 0.16 | 0.44 |
| Hex | 81 | 69 | 5E | 0 | 13 | 1B | 31 | 13 | 10 | 2C |
| Octal | 201 | 151 | 136 | 0 | 23 | 33 | 61 | 23 | 20 | 54 |
| Binary | 10000001 | 1101001 | 1011110 | 0 | 10011 | 11011 | 110001 | 10011 | 10000 | 101100 |
Color Harmonies of #81695E
Complementary color
Monochromatic Colors of #81695E
Black with #81695E
Text Example
Text Example
White with #81695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81695E; }
p { color: rgb(129,105,94); }
H1.HeaderClassName
{
color: #81695E;
}
.AnyTagClassName
{
color: #81695E;
}
</style>
background-color css
<style>
a { background-color: #81695E; }
a { background-color: rgb(129,105,94); }
div.DivClassName
{
background-color: #81695E;
}
.BgClassName
{
background-color: #81695E;
}
</style>
border-color css
<style>
span { border-color: #81695E; }
span { border-color: rgb(129,105,94); }
td.TdClassName
{
border-color: #81695E;
}
.TagClassName
{
border-color: #81695E;
}
</style>