Shades of Russett #81665D
Tints of Russett #81665D
RGB
CMYK
RGB Variations
Color information
#81665D (or 0x81665D) is known color: Russett. HEX triplet: 81, 66 and 5D. RGB value is (129,102,93). Sum of RGB (Red+Green+Blue) = 129+102+93=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #81665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81665D is #7E99A2. Grayscale: #6D6D6D. Windows color (decimal): -8296867 or 6121089. OLE color: 6121089.
HSL color Cylindrical-coordinate representation of color #81665D: hue angle of 15º 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 #81665D is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 93 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.49 |
| HSL | 15º | 0.16% | 0.44% | - |
| HSV(B) | 15º | 0.28% | 0.51% | - |
| XYZ | 15.78 | 14.96 | 12.41 | - |
| YUV | 109.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 93 | 0 | 0.21 | 0.28 | 0.49 | 15 | 0.16 | 0.44 |
| Hex | 81 | 66 | 5D | 0 | 15 | 1C | 31 | F | 10 | 2C |
| Octal | 201 | 146 | 135 | 0 | 25 | 34 | 61 | 17 | 20 | 54 |
| Binary | 10000001 | 1100110 | 1011101 | 0 | 10101 | 11100 | 110001 | 1111 | 10000 | 101100 |
Color Harmonies of #81665D
Complementary color
Monochromatic Colors of #81665D
Black with #81665D
Text Example
Text Example
White with #81665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81665D; }
p { color: rgb(129,102,93); }
H1.HeaderClassName
{
color: #81665D;
}
.AnyTagClassName
{
color: #81665D;
}
</style>
background-color css
<style>
a { background-color: #81665D; }
a { background-color: rgb(129,102,93); }
div.DivClassName
{
background-color: #81665D;
}
.BgClassName
{
background-color: #81665D;
}
</style>
border-color css
<style>
span { border-color: #81665D; }
span { border-color: rgb(129,102,93); }
td.TdClassName
{
border-color: #81665D;
}
.TagClassName
{
border-color: #81665D;
}
</style>