Shades of Russett #836A5E
Tints of Russett #836A5E
RGB
CMYK
RGB Variations
Color information
#836A5E (or 0x836A5E) is known color: Russett. HEX triplet: 83, 6A and 5E. RGB value is (131,106,94). Sum of RGB (Red+Green+Blue) = 131+106+94=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #836A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A5E is #7C95A1. Grayscale: #707070. Windows color (decimal): -8164770 or 6187651. OLE color: 6187651.
HSL color Cylindrical-coordinate representation of color #836A5E: hue angle of 19.46º 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 #836A5E is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 94 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.49 |
| HSL | 19.46º | 0.16% | 0.44% | - |
| HSV(B) | 19.46º | 0.28% | 0.51% | - |
| XYZ | 16.53 | 15.94 | 12.8 | - |
| YUV | 112.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 94 | 0 | 0.19 | 0.28 | 0.49 | 19.46 | 0.16 | 0.44 |
| Hex | 83 | 6A | 5E | 0 | 13 | 1C | 31 | 13 | 10 | 2C |
| Octal | 203 | 152 | 136 | 0 | 23 | 34 | 61 | 23 | 20 | 54 |
| Binary | 10000011 | 1101010 | 1011110 | 0 | 10011 | 11100 | 110001 | 10011 | 10000 | 101100 |
Color Harmonies of #836A5E
Complementary color
Monochromatic Colors of #836A5E
Black with #836A5E
Text Example
Text Example
White with #836A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A5E; }
p { color: rgb(131,106,94); }
H1.HeaderClassName
{
color: #836A5E;
}
.AnyTagClassName
{
color: #836A5E;
}
</style>
background-color css
<style>
a { background-color: #836A5E; }
a { background-color: rgb(131,106,94); }
div.DivClassName
{
background-color: #836A5E;
}
.BgClassName
{
background-color: #836A5E;
}
</style>
border-color css
<style>
span { border-color: #836A5E; }
span { border-color: rgb(131,106,94); }
td.TdClassName
{
border-color: #836A5E;
}
.TagClassName
{
border-color: #836A5E;
}
</style>