Shades of Russett #81685B
Tints of Russett #81685B
RGB
CMYK
RGB Variations
Color information
#81685B (or 0x81685B) is known color: Russett. HEX triplet: 81, 68 and 5B. RGB value is (129,104,91). Sum of RGB (Red+Green+Blue) = 129+104+91=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #81685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685B is #7E97A4. Grayscale: #6E6E6E. Windows color (decimal): -8296357 or 5990529. OLE color: 5990529.
HSL color Cylindrical-coordinate representation of color #81685B: hue angle of 20.53º 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 #81685B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 91 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.49 |
| HSL | 20.53º | 0.17% | 0.43% | - |
| HSV(B) | 20.53º | 0.29% | 0.51% | - |
| XYZ | 15.89 | 15.32 | 12.02 | - |
| YUV | 109.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 91 | 0 | 0.19 | 0.29 | 0.49 | 20.53 | 0.17 | 0.43 |
| Hex | 81 | 68 | 5B | 0 | 13 | 1D | 31 | 15 | 11 | 2B |
| Octal | 201 | 150 | 133 | 0 | 23 | 35 | 61 | 25 | 21 | 53 |
| Binary | 10000001 | 1101000 | 1011011 | 0 | 10011 | 11101 | 110001 | 10101 | 10001 | 101011 |
Color Harmonies of #81685B
Complementary color
Monochromatic Colors of #81685B
Black with #81685B
Text Example
Text Example
White with #81685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81685B; }
p { color: rgb(129,104,91); }
H1.HeaderClassName
{
color: #81685B;
}
.AnyTagClassName
{
color: #81685B;
}
</style>
background-color css
<style>
a { background-color: #81685B; }
a { background-color: rgb(129,104,91); }
div.DivClassName
{
background-color: #81685B;
}
.BgClassName
{
background-color: #81685B;
}
</style>
border-color css
<style>
span { border-color: #81685B; }
span { border-color: rgb(129,104,91); }
td.TdClassName
{
border-color: #81685B;
}
.TagClassName
{
border-color: #81685B;
}
</style>