Shades of Russett #81695D
Tints of Russett #81695D
RGB
CMYK
RGB Variations
Color information
#81695D (or 0x81695D) is known color: Russett. HEX triplet: 81, 69 and 5D. RGB value is (129,105,93). Sum of RGB (Red+Green+Blue) = 129+105+93=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #81695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81695D is #7E96A2. Grayscale: #6E6E6E. Windows color (decimal): -8296099 or 6121857. OLE color: 6121857.
HSL color Cylindrical-coordinate representation of color #81695D: hue angle of 20º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81695D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 93 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.49 |
| HSL | 20º | 0.16% | 0.44% | - |
| HSV(B) | 20º | 0.28% | 0.51% | - |
| XYZ | 16.08 | 15.56 | 12.51 | - |
| YUV | 110.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 93 | 0 | 0.19 | 0.28 | 0.49 | 20 | 0.16 | 0.44 |
| Hex | 81 | 69 | 5D | 0 | 13 | 1C | 31 | 14 | 10 | 2C |
| Octal | 201 | 151 | 135 | 0 | 23 | 34 | 61 | 24 | 20 | 54 |
| Binary | 10000001 | 1101001 | 1011101 | 0 | 10011 | 11100 | 110001 | 10100 | 10000 | 101100 |
Color Harmonies of #81695D
Complementary color
Monochromatic Colors of #81695D
Black with #81695D
Text Example
Text Example
White with #81695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81695D; }
p { color: rgb(129,105,93); }
H1.HeaderClassName
{
color: #81695D;
}
.AnyTagClassName
{
color: #81695D;
}
</style>
background-color css
<style>
a { background-color: #81695D; }
a { background-color: rgb(129,105,93); }
div.DivClassName
{
background-color: #81695D;
}
.BgClassName
{
background-color: #81695D;
}
</style>
border-color css
<style>
span { border-color: #81695D; }
span { border-color: rgb(129,105,93); }
td.TdClassName
{
border-color: #81695D;
}
.TagClassName
{
border-color: #81695D;
}
</style>