Shades of Russett #81695C
Tints of Russett #81695C
RGB
CMYK
RGB Variations
Color information
#81695C (or 0x81695C) is known color: Russett. HEX triplet: 81, 69 and 5C. RGB value is (129,105,92). Sum of RGB (Red+Green+Blue) = 129+105+92=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #81695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81695C is #7E96A3. Grayscale: #6E6E6E. Windows color (decimal): -8296100 or 6056321. OLE color: 6056321.
HSL color Cylindrical-coordinate representation of color #81695C: hue angle of 21.08º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81695C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 92 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.49 |
| HSL | 21.08º | 0.17% | 0.43% | - |
| HSV(B) | 21.08º | 0.29% | 0.51% | - |
| XYZ | 16.04 | 15.54 | 12.28 | - |
| YUV | 110.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 92 | 0 | 0.19 | 0.29 | 0.49 | 21.08 | 0.17 | 0.43 |
| Hex | 81 | 69 | 5C | 0 | 13 | 1D | 31 | 15 | 11 | 2B |
| Octal | 201 | 151 | 134 | 0 | 23 | 35 | 61 | 25 | 21 | 53 |
| Binary | 10000001 | 1101001 | 1011100 | 0 | 10011 | 11101 | 110001 | 10101 | 10001 | 101011 |
Color Harmonies of #81695C
Complementary color
Monochromatic Colors of #81695C
Black with #81695C
Text Example
Text Example
White with #81695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81695C; }
p { color: rgb(129,105,92); }
H1.HeaderClassName
{
color: #81695C;
}
.AnyTagClassName
{
color: #81695C;
}
</style>
background-color css
<style>
a { background-color: #81695C; }
a { background-color: rgb(129,105,92); }
div.DivClassName
{
background-color: #81695C;
}
.BgClassName
{
background-color: #81695C;
}
</style>
border-color css
<style>
span { border-color: #81695C; }
span { border-color: rgb(129,105,92); }
td.TdClassName
{
border-color: #81695C;
}
.TagClassName
{
border-color: #81695C;
}
</style>