Shades of Russett #81685C
Tints of Russett #81685C
RGB
CMYK
RGB Variations
Color information
#81685C (or 0x81685C) is known color: Russett. HEX triplet: 81, 68 and 5C. RGB value is (129,104,92). Sum of RGB (Red+Green+Blue) = 129+104+92=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685C is #7E97A3. Grayscale: #6E6E6E. Windows color (decimal): -8296356 or 6056065. OLE color: 6056065.
HSL color Cylindrical-coordinate representation of color #81685C: hue angle of 19.46º 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 #81685C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 92 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.49 |
| HSL | 19.46º | 0.17% | 0.43% | - |
| HSV(B) | 19.46º | 0.29% | 0.51% | - |
| XYZ | 15.94 | 15.34 | 12.25 | - |
| YUV | 110.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 92 | 0 | 0.19 | 0.29 | 0.49 | 19.46 | 0.17 | 0.43 |
| Hex | 81 | 68 | 5C | 0 | 13 | 1D | 31 | 13 | 11 | 2B |
| Octal | 201 | 150 | 134 | 0 | 23 | 35 | 61 | 23 | 21 | 53 |
| Binary | 10000001 | 1101000 | 1011100 | 0 | 10011 | 11101 | 110001 | 10011 | 10001 | 101011 |
Color Harmonies of #81685C
Complementary color
Monochromatic Colors of #81685C
Black with #81685C
Text Example
Text Example
White with #81685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81685C; }
p { color: rgb(129,104,92); }
H1.HeaderClassName
{
color: #81685C;
}
.AnyTagClassName
{
color: #81685C;
}
</style>
background-color css
<style>
a { background-color: #81685C; }
a { background-color: rgb(129,104,92); }
div.DivClassName
{
background-color: #81685C;
}
.BgClassName
{
background-color: #81685C;
}
</style>
border-color css
<style>
span { border-color: #81685C; }
span { border-color: rgb(129,104,92); }
td.TdClassName
{
border-color: #81685C;
}
.TagClassName
{
border-color: #81685C;
}
</style>