Shades of Russett #816B62
Tints of Russett #816B62
RGB
CMYK
RGB Variations
Color information
#816B62 (or 0x816B62) is known color: Russett. HEX triplet: 81, 6B and 62. RGB value is (129,107,98). Sum of RGB (Red+Green+Blue) = 129+107+98=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #816B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B62 is #7E949D. Grayscale: #707070. Windows color (decimal): -8295582 or 6450049. OLE color: 6450049.
HSL color Cylindrical-coordinate representation of color #816B62: hue angle of 17.42º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816B62 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 98 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.49 |
| HSL | 17.42º | 0.14% | 0.45% | - |
| HSV(B) | 17.42º | 0.24% | 0.51% | - |
| XYZ | 16.52 | 16.06 | 13.79 | - |
| YUV | 112.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 98 | 0 | 0.17 | 0.24 | 0.49 | 17.42 | 0.14 | 0.45 |
| Hex | 81 | 6B | 62 | 0 | 11 | 18 | 31 | 11 | E | 2D |
| Octal | 201 | 153 | 142 | 0 | 21 | 30 | 61 | 21 | 16 | 55 |
| Binary | 10000001 | 1101011 | 1100010 | 0 | 10001 | 11000 | 110001 | 10001 | 1110 | 101101 |
Color Harmonies of #816B62
Complementary color
Monochromatic Colors of #816B62
Black with #816B62
Text Example
Text Example
White with #816B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B62; }
p { color: rgb(129,107,98); }
H1.HeaderClassName
{
color: #816B62;
}
.AnyTagClassName
{
color: #816B62;
}
</style>
background-color css
<style>
a { background-color: #816B62; }
a { background-color: rgb(129,107,98); }
div.DivClassName
{
background-color: #816B62;
}
.BgClassName
{
background-color: #816B62;
}
</style>
border-color css
<style>
span { border-color: #816B62; }
span { border-color: rgb(129,107,98); }
td.TdClassName
{
border-color: #816B62;
}
.TagClassName
{
border-color: #816B62;
}
</style>