Shades of Russett #836E64
Tints of Russett #836E64
RGB
CMYK
RGB Variations
Color information
#836E64 (or 0x836E64) is known color: Russett. HEX triplet: 83, 6E and 64. RGB value is (131,110,100). Sum of RGB (Red+Green+Blue) = 131+110+100=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #836E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E64 is #7C919B. Grayscale: #737373. Windows color (decimal): -8163740 or 6581891. OLE color: 6581891.
HSL color Cylindrical-coordinate representation of color #836E64: hue angle of 19.35º degrees, saturation: 0.13, 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 #836E64 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 100 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.49 |
| HSL | 19.35º | 0.13% | 0.45% | - |
| HSV(B) | 19.35º | 0.24% | 0.51% | - |
| XYZ | 17.24 | 16.9 | 14.41 | - |
| YUV | 115.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 100 | 0 | 0.16 | 0.24 | 0.49 | 19.35 | 0.13 | 0.45 |
| Hex | 83 | 6E | 64 | 0 | 10 | 18 | 31 | 13 | D | 2D |
| Octal | 203 | 156 | 144 | 0 | 20 | 30 | 61 | 23 | 15 | 55 |
| Binary | 10000011 | 1101110 | 1100100 | 0 | 10000 | 11000 | 110001 | 10011 | 1101 | 101101 |
Color Harmonies of #836E64
Complementary color
Monochromatic Colors of #836E64
Black with #836E64
Text Example
Text Example
White with #836E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E64; }
p { color: rgb(131,110,100); }
H1.HeaderClassName
{
color: #836E64;
}
.AnyTagClassName
{
color: #836E64;
}
</style>
background-color css
<style>
a { background-color: #836E64; }
a { background-color: rgb(131,110,100); }
div.DivClassName
{
background-color: #836E64;
}
.BgClassName
{
background-color: #836E64;
}
</style>
border-color css
<style>
span { border-color: #836E64; }
span { border-color: rgb(131,110,100); }
td.TdClassName
{
border-color: #836E64;
}
.TagClassName
{
border-color: #836E64;
}
</style>