Shades of Russett #846A5C
Tints of Russett #846A5C
RGB
CMYK
RGB Variations
Color information
#846A5C (or 0x846A5C) is known color: Russett. HEX triplet: 84, 6A and 5C. RGB value is (132,106,92). Sum of RGB (Red+Green+Blue) = 132+106+92=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A5C is #7B95A3. Grayscale: #707070. Windows color (decimal): -8099236 or 6056580. OLE color: 6056580.
HSL color Cylindrical-coordinate representation of color #846A5C: hue angle of 21º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846A5C is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 92 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.48 |
| HSL | 21º | 0.18% | 0.44% | - |
| HSV(B) | 21º | 0.3% | 0.52% | - |
| XYZ | 16.6 | 15.99 | 12.34 | - |
| YUV | 112.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 92 | 0 | 0.20 | 0.30 | 0.48 | 21 | 0.18 | 0.44 |
| Hex | 84 | 6A | 5C | 0 | 14 | 1E | 30 | 15 | 12 | 2C |
| Octal | 204 | 152 | 134 | 0 | 24 | 36 | 60 | 25 | 22 | 54 |
| Binary | 10000100 | 1101010 | 1011100 | 0 | 10100 | 11110 | 110000 | 10101 | 10010 | 101100 |
Color Harmonies of #846A5C
Complementary color
Monochromatic Colors of #846A5C
Black with #846A5C
Text Example
Text Example
White with #846A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A5C; }
p { color: rgb(132,106,92); }
H1.HeaderClassName
{
color: #846A5C;
}
.AnyTagClassName
{
color: #846A5C;
}
</style>
background-color css
<style>
a { background-color: #846A5C; }
a { background-color: rgb(132,106,92); }
div.DivClassName
{
background-color: #846A5C;
}
.BgClassName
{
background-color: #846A5C;
}
</style>
border-color css
<style>
span { border-color: #846A5C; }
span { border-color: rgb(132,106,92); }
td.TdClassName
{
border-color: #846A5C;
}
.TagClassName
{
border-color: #846A5C;
}
</style>