Shades of Russett #846A5E
Tints of Russett #846A5E
RGB
CMYK
RGB Variations
Color information
#846A5E (or 0x846A5E) is known color: Russett. HEX triplet: 84, 6A and 5E. RGB value is (132,106,94). Sum of RGB (Red+Green+Blue) = 132+106+94=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A5E is #7B95A1. Grayscale: #707070. Windows color (decimal): -8099234 or 6187652. OLE color: 6187652.
HSL color Cylindrical-coordinate representation of color #846A5E: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846A5E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 94 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.48 |
| HSL | 18.95º | 0.17% | 0.44% | - |
| HSV(B) | 18.95º | 0.29% | 0.52% | - |
| XYZ | 16.69 | 16.02 | 12.8 | - |
| YUV | 112.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 94 | 0 | 0.20 | 0.29 | 0.48 | 18.95 | 0.17 | 0.44 |
| Hex | 84 | 6A | 5E | 0 | 14 | 1D | 30 | 13 | 11 | 2C |
| Octal | 204 | 152 | 136 | 0 | 24 | 35 | 60 | 23 | 21 | 54 |
| Binary | 10000100 | 1101010 | 1011110 | 0 | 10100 | 11101 | 110000 | 10011 | 10001 | 101100 |
Color Harmonies of #846A5E
Complementary color
Monochromatic Colors of #846A5E
Black with #846A5E
Text Example
Text Example
White with #846A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A5E; }
p { color: rgb(132,106,94); }
H1.HeaderClassName
{
color: #846A5E;
}
.AnyTagClassName
{
color: #846A5E;
}
</style>
background-color css
<style>
a { background-color: #846A5E; }
a { background-color: rgb(132,106,94); }
div.DivClassName
{
background-color: #846A5E;
}
.BgClassName
{
background-color: #846A5E;
}
</style>
border-color css
<style>
span { border-color: #846A5E; }
span { border-color: rgb(132,106,94); }
td.TdClassName
{
border-color: #846A5E;
}
.TagClassName
{
border-color: #846A5E;
}
</style>