Shades of Russett #81685D
Tints of Russett #81685D
RGB
CMYK
RGB Variations
Color information
#81685D (or 0x81685D) is known color: Russett. HEX triplet: 81, 68 and 5D. RGB value is (129,104,93). Sum of RGB (Red+Green+Blue) = 129+104+93=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #81685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685D is #7E97A2. Grayscale: #6E6E6E. Windows color (decimal): -8296355 or 6121601. OLE color: 6121601.
HSL color Cylindrical-coordinate representation of color #81685D: hue angle of 18.33º 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 #81685D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 93 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.49 |
| HSL | 18.33º | 0.16% | 0.44% | - |
| HSV(B) | 18.33º | 0.28% | 0.51% | - |
| XYZ | 15.98 | 15.36 | 12.48 | - |
| YUV | 110.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 93 | 0 | 0.19 | 0.28 | 0.49 | 18.33 | 0.16 | 0.44 |
| Hex | 81 | 68 | 5D | 0 | 13 | 1C | 31 | 12 | 10 | 2C |
| Octal | 201 | 150 | 135 | 0 | 23 | 34 | 61 | 22 | 20 | 54 |
| Binary | 10000001 | 1101000 | 1011101 | 0 | 10011 | 11100 | 110001 | 10010 | 10000 | 101100 |
Color Harmonies of #81685D
Complementary color
Monochromatic Colors of #81685D
Black with #81685D
Text Example
Text Example
White with #81685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81685D; }
p { color: rgb(129,104,93); }
H1.HeaderClassName
{
color: #81685D;
}
.AnyTagClassName
{
color: #81685D;
}
</style>
background-color css
<style>
a { background-color: #81685D; }
a { background-color: rgb(129,104,93); }
div.DivClassName
{
background-color: #81685D;
}
.BgClassName
{
background-color: #81685D;
}
</style>
border-color css
<style>
span { border-color: #81685D; }
span { border-color: rgb(129,104,93); }
td.TdClassName
{
border-color: #81685D;
}
.TagClassName
{
border-color: #81685D;
}
</style>