Shades of Russett #836D62
Tints of Russett #836D62
RGB
CMYK
RGB Variations
Color information
#836D62 (or 0x836D62) is known color: Russett. HEX triplet: 83, 6D and 62. RGB value is (131,109,98). Sum of RGB (Red+Green+Blue) = 131+109+98=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #836D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D62 is #7C929D. Grayscale: #727272. Windows color (decimal): -8163998 or 6450563. OLE color: 6450563.
HSL color Cylindrical-coordinate representation of color #836D62: hue angle of 20º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836D62 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 98 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.49 |
| HSL | 20º | 0.14% | 0.45% | - |
| HSV(B) | 20º | 0.25% | 0.51% | - |
| XYZ | 17.03 | 16.64 | 13.87 | - |
| YUV | 114.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 98 | 0 | 0.17 | 0.25 | 0.49 | 20 | 0.14 | 0.45 |
| Hex | 83 | 6D | 62 | 0 | 11 | 19 | 31 | 14 | E | 2D |
| Octal | 203 | 155 | 142 | 0 | 21 | 31 | 61 | 24 | 16 | 55 |
| Binary | 10000011 | 1101101 | 1100010 | 0 | 10001 | 11001 | 110001 | 10100 | 1110 | 101101 |
Color Harmonies of #836D62
Complementary color
Monochromatic Colors of #836D62
Black with #836D62
Text Example
Text Example
White with #836D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D62; }
p { color: rgb(131,109,98); }
H1.HeaderClassName
{
color: #836D62;
}
.AnyTagClassName
{
color: #836D62;
}
</style>
background-color css
<style>
a { background-color: #836D62; }
a { background-color: rgb(131,109,98); }
div.DivClassName
{
background-color: #836D62;
}
.BgClassName
{
background-color: #836D62;
}
</style>
border-color css
<style>
span { border-color: #836D62; }
span { border-color: rgb(131,109,98); }
td.TdClassName
{
border-color: #836D62;
}
.TagClassName
{
border-color: #836D62;
}
</style>