Shades of Russett #81655D
Tints of Russett #81655D
RGB
CMYK
RGB Variations
Color information
#81655D (or 0x81655D) is known color: Russett. HEX triplet: 81, 65 and 5D. RGB value is (129,101,93). Sum of RGB (Red+Green+Blue) = 129+101+93=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #81655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81655D is #7E9AA2. Grayscale: #6C6C6C. Windows color (decimal): -8297123 or 6120833. OLE color: 6120833.
HSL color Cylindrical-coordinate representation of color #81655D: hue angle of 13.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 #81655D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 101 | 93 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.49 |
| HSL | 13.33º | 0.16% | 0.44% | - |
| HSV(B) | 13.33º | 0.28% | 0.51% | - |
| XYZ | 15.68 | 14.76 | 12.38 | - |
| YUV | 108.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 93 | 0 | 0.22 | 0.28 | 0.49 | 13.33 | 0.16 | 0.44 |
| Hex | 81 | 65 | 5D | 0 | 16 | 1C | 31 | D | 10 | 2C |
| Octal | 201 | 145 | 135 | 0 | 26 | 34 | 61 | 15 | 20 | 54 |
| Binary | 10000001 | 1100101 | 1011101 | 0 | 10110 | 11100 | 110001 | 1101 | 10000 | 101100 |
Color Harmonies of #81655D
Complementary color
Monochromatic Colors of #81655D
Black with #81655D
Text Example
Text Example
White with #81655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81655D; }
p { color: rgb(129,101,93); }
H1.HeaderClassName
{
color: #81655D;
}
.AnyTagClassName
{
color: #81655D;
}
</style>
background-color css
<style>
a { background-color: #81655D; }
a { background-color: rgb(129,101,93); }
div.DivClassName
{
background-color: #81655D;
}
.BgClassName
{
background-color: #81655D;
}
</style>
border-color css
<style>
span { border-color: #81655D; }
span { border-color: rgb(129,101,93); }
td.TdClassName
{
border-color: #81655D;
}
.TagClassName
{
border-color: #81655D;
}
</style>