Shades of Russett #81665B
Tints of Russett #81665B
RGB
CMYK
RGB Variations
Color information
#81665B (or 0x81665B) is known color: Russett. HEX triplet: 81, 66 and 5B. RGB value is (129,102,91). Sum of RGB (Red+Green+Blue) = 129+102+91=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #81665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81665B is #7E99A4. Grayscale: #6C6C6C. Windows color (decimal): -8296869 or 5990017. OLE color: 5990017.
HSL color Cylindrical-coordinate representation of color #81665B: hue angle of 17.37º 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 #81665B is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 91 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.49 |
| HSL | 17.37º | 0.17% | 0.43% | - |
| HSV(B) | 17.37º | 0.29% | 0.51% | - |
| XYZ | 15.69 | 14.93 | 11.95 | - |
| YUV | 108.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 91 | 0 | 0.21 | 0.29 | 0.49 | 17.37 | 0.17 | 0.43 |
| Hex | 81 | 66 | 5B | 0 | 15 | 1D | 31 | 11 | 11 | 2B |
| Octal | 201 | 146 | 133 | 0 | 25 | 35 | 61 | 21 | 21 | 53 |
| Binary | 10000001 | 1100110 | 1011011 | 0 | 10101 | 11101 | 110001 | 10001 | 10001 | 101011 |
Color Harmonies of #81665B
Complementary color
Monochromatic Colors of #81665B
Black with #81665B
Text Example
Text Example
White with #81665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81665B; }
p { color: rgb(129,102,91); }
H1.HeaderClassName
{
color: #81665B;
}
.AnyTagClassName
{
color: #81665B;
}
</style>
background-color css
<style>
a { background-color: #81665B; }
a { background-color: rgb(129,102,91); }
div.DivClassName
{
background-color: #81665B;
}
.BgClassName
{
background-color: #81665B;
}
</style>
border-color css
<style>
span { border-color: #81665B; }
span { border-color: rgb(129,102,91); }
td.TdClassName
{
border-color: #81665B;
}
.TagClassName
{
border-color: #81665B;
}
</style>