Shades of Russett #846E64
Tints of Russett #846E64
RGB
CMYK
RGB Variations
Color information
#846E64 (or 0x846E64) is known color: Russett. HEX triplet: 84, 6E and 64. RGB value is (132,110,100). Sum of RGB (Red+Green+Blue) = 132+110+100=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #846E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E64 is #7B919B. Grayscale: #737373. Windows color (decimal): -8098204 or 6581892. OLE color: 6581892.
HSL color Cylindrical-coordinate representation of color #846E64: hue angle of 18.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846E64 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 100 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.48 |
| HSL | 18.75º | 0.14% | 0.45% | - |
| HSV(B) | 18.75º | 0.24% | 0.52% | - |
| XYZ | 17.39 | 16.98 | 14.42 | - |
| YUV | 115.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 100 | 0 | 0.17 | 0.24 | 0.48 | 18.75 | 0.14 | 0.45 |
| Hex | 84 | 6E | 64 | 0 | 11 | 18 | 30 | 13 | E | 2D |
| Octal | 204 | 156 | 144 | 0 | 21 | 30 | 60 | 23 | 16 | 55 |
| Binary | 10000100 | 1101110 | 1100100 | 0 | 10001 | 11000 | 110000 | 10011 | 1110 | 101101 |
Color Harmonies of #846E64
Complementary color
Monochromatic Colors of #846E64
Black with #846E64
Text Example
Text Example
White with #846E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E64; }
p { color: rgb(132,110,100); }
H1.HeaderClassName
{
color: #846E64;
}
.AnyTagClassName
{
color: #846E64;
}
</style>
background-color css
<style>
a { background-color: #846E64; }
a { background-color: rgb(132,110,100); }
div.DivClassName
{
background-color: #846E64;
}
.BgClassName
{
background-color: #846E64;
}
</style>
border-color css
<style>
span { border-color: #846E64; }
span { border-color: rgb(132,110,100); }
td.TdClassName
{
border-color: #846E64;
}
.TagClassName
{
border-color: #846E64;
}
</style>