Shades of Russett #81625B
Tints of Russett #81625B
RGB
CMYK
RGB Variations
Color information
#81625B (or 0x81625B) is known color: Russett. HEX triplet: 81, 62 and 5B. RGB value is (129,98,91). Sum of RGB (Red+Green+Blue) = 129+98+91=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #81625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81625B is #7E9DA4. Grayscale: #6A6A6A. Windows color (decimal): -8297893 or 5988993. OLE color: 5988993.
HSL color Cylindrical-coordinate representation of color #81625B: hue angle of 11.05º 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 #81625B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 98 | 91 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.49 |
| HSL | 11.05º | 0.17% | 0.43% | - |
| HSV(B) | 11.05º | 0.29% | 0.51% | - |
| XYZ | 15.31 | 14.16 | 11.82 | - |
| YUV | 106.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 91 | 0 | 0.24 | 0.29 | 0.49 | 11.05 | 0.17 | 0.43 |
| Hex | 81 | 62 | 5B | 0 | 18 | 1D | 31 | B | 11 | 2B |
| Octal | 201 | 142 | 133 | 0 | 30 | 35 | 61 | 13 | 21 | 53 |
| Binary | 10000001 | 1100010 | 1011011 | 0 | 11000 | 11101 | 110001 | 1011 | 10001 | 101011 |
Color Harmonies of #81625B
Complementary color
Monochromatic Colors of #81625B
Black with #81625B
Text Example
Text Example
White with #81625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81625B; }
p { color: rgb(129,98,91); }
H1.HeaderClassName
{
color: #81625B;
}
.AnyTagClassName
{
color: #81625B;
}
</style>
background-color css
<style>
a { background-color: #81625B; }
a { background-color: rgb(129,98,91); }
div.DivClassName
{
background-color: #81625B;
}
.BgClassName
{
background-color: #81625B;
}
</style>
border-color css
<style>
span { border-color: #81625B; }
span { border-color: rgb(129,98,91); }
td.TdClassName
{
border-color: #81625B;
}
.TagClassName
{
border-color: #81625B;
}
</style>