Shades of Russett #836A5F
Tints of Russett #836A5F
RGB
CMYK
RGB Variations
Color information
#836A5F (or 0x836A5F) is known color: Russett. HEX triplet: 83, 6A and 5F. RGB value is (131,106,95). Sum of RGB (Red+Green+Blue) = 131+106+95=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #836A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A5F is #7C95A0. Grayscale: #707070. Windows color (decimal): -8164769 or 6253187. OLE color: 6253187.
HSL color Cylindrical-coordinate representation of color #836A5F: hue angle of 18.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #836A5F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 95 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.49 |
| HSL | 18.33º | 0.16% | 0.44% | - |
| HSV(B) | 18.33º | 0.27% | 0.51% | - |
| XYZ | 16.58 | 15.96 | 13.03 | - |
| YUV | 112.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 95 | 0 | 0.19 | 0.27 | 0.49 | 18.33 | 0.16 | 0.44 |
| Hex | 83 | 6A | 5F | 0 | 13 | 1B | 31 | 12 | 10 | 2C |
| Octal | 203 | 152 | 137 | 0 | 23 | 33 | 61 | 22 | 20 | 54 |
| Binary | 10000011 | 1101010 | 1011111 | 0 | 10011 | 11011 | 110001 | 10010 | 10000 | 101100 |
Color Harmonies of #836A5F
Complementary color
Monochromatic Colors of #836A5F
Black with #836A5F
Text Example
Text Example
White with #836A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A5F; }
p { color: rgb(131,106,95); }
H1.HeaderClassName
{
color: #836A5F;
}
.AnyTagClassName
{
color: #836A5F;
}
</style>
background-color css
<style>
a { background-color: #836A5F; }
a { background-color: rgb(131,106,95); }
div.DivClassName
{
background-color: #836A5F;
}
.BgClassName
{
background-color: #836A5F;
}
</style>
border-color css
<style>
span { border-color: #836A5F; }
span { border-color: rgb(131,106,95); }
td.TdClassName
{
border-color: #836A5F;
}
.TagClassName
{
border-color: #836A5F;
}
</style>