Shades of Russett #846D64
Tints of Russett #846D64
RGB
CMYK
RGB Variations
Color information
#846D64 (or 0x846D64) is known color: Russett. HEX triplet: 84, 6D and 64. RGB value is (132,109,100). Sum of RGB (Red+Green+Blue) = 132+109+100=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #846D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D64 is #7B929B. Grayscale: #727272. Windows color (decimal): -8098460 or 6581636. OLE color: 6581636.
HSL color Cylindrical-coordinate representation of color #846D64: hue angle of 16.88º 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 #846D64 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 100 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.48 |
| HSL | 16.88º | 0.14% | 0.45% | - |
| HSV(B) | 16.88º | 0.24% | 0.52% | - |
| XYZ | 17.28 | 16.76 | 14.38 | - |
| YUV | 114.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 100 | 0 | 0.17 | 0.24 | 0.48 | 16.88 | 0.14 | 0.45 |
| Hex | 84 | 6D | 64 | 0 | 11 | 18 | 30 | 11 | E | 2D |
| Octal | 204 | 155 | 144 | 0 | 21 | 30 | 60 | 21 | 16 | 55 |
| Binary | 10000100 | 1101101 | 1100100 | 0 | 10001 | 11000 | 110000 | 10001 | 1110 | 101101 |
Color Harmonies of #846D64
Complementary color
Monochromatic Colors of #846D64
Black with #846D64
Text Example
Text Example
White with #846D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D64; }
p { color: rgb(132,109,100); }
H1.HeaderClassName
{
color: #846D64;
}
.AnyTagClassName
{
color: #846D64;
}
</style>
background-color css
<style>
a { background-color: #846D64; }
a { background-color: rgb(132,109,100); }
div.DivClassName
{
background-color: #846D64;
}
.BgClassName
{
background-color: #846D64;
}
</style>
border-color css
<style>
span { border-color: #846D64; }
span { border-color: rgb(132,109,100); }
td.TdClassName
{
border-color: #846D64;
}
.TagClassName
{
border-color: #846D64;
}
</style>