Shades of Russett #836B5F
Tints of Russett #836B5F
RGB
CMYK
RGB Variations
Color information
#836B5F (or 0x836B5F) is known color: Russett. HEX triplet: 83, 6B and 5F. RGB value is (131,107,95). Sum of RGB (Red+Green+Blue) = 131+107+95=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #836B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B5F is #7C94A0. Grayscale: #707070. Windows color (decimal): -8164513 or 6253443. OLE color: 6253443.
HSL color Cylindrical-coordinate representation of color #836B5F: hue angle of 20º 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 #836B5F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 95 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.49 |
| HSL | 20º | 0.16% | 0.44% | - |
| HSV(B) | 20º | 0.27% | 0.51% | - |
| XYZ | 16.68 | 16.17 | 13.07 | - |
| YUV | 112.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 95 | 0 | 0.18 | 0.27 | 0.49 | 20 | 0.16 | 0.44 |
| Hex | 83 | 6B | 5F | 0 | 12 | 1B | 31 | 14 | 10 | 2C |
| Octal | 203 | 153 | 137 | 0 | 22 | 33 | 61 | 24 | 20 | 54 |
| Binary | 10000011 | 1101011 | 1011111 | 0 | 10010 | 11011 | 110001 | 10100 | 10000 | 101100 |
Color Harmonies of #836B5F
Complementary color
Monochromatic Colors of #836B5F
Black with #836B5F
Text Example
Text Example
White with #836B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B5F; }
p { color: rgb(131,107,95); }
H1.HeaderClassName
{
color: #836B5F;
}
.AnyTagClassName
{
color: #836B5F;
}
</style>
background-color css
<style>
a { background-color: #836B5F; }
a { background-color: rgb(131,107,95); }
div.DivClassName
{
background-color: #836B5F;
}
.BgClassName
{
background-color: #836B5F;
}
</style>
border-color css
<style>
span { border-color: #836B5F; }
span { border-color: rgb(131,107,95); }
td.TdClassName
{
border-color: #836B5F;
}
.TagClassName
{
border-color: #836B5F;
}
</style>