Shades of Russett #846F66
Tints of Russett #846F66
RGB
CMYK
RGB Variations
Color information
#846F66 (or 0x846F66) is known color: Russett. HEX triplet: 84, 6F and 66. RGB value is (132,111,102). Sum of RGB (Red+Green+Blue) = 132+111+102=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F66 is #7B9099. Grayscale: #747474. Windows color (decimal): -8097946 or 6713220. OLE color: 6713220.
HSL color Cylindrical-coordinate representation of color #846F66: hue angle of 18º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846F66 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 102 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.48 |
| HSL | 18º | 0.13% | 0.46% | - |
| HSV(B) | 18º | 0.23% | 0.52% | - |
| XYZ | 17.6 | 17.23 | 14.97 | - |
| YUV | 116.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 102 | 0 | 0.16 | 0.23 | 0.48 | 18 | 0.13 | 0.46 |
| Hex | 84 | 6F | 66 | 0 | 10 | 17 | 30 | 12 | D | 2E |
| Octal | 204 | 157 | 146 | 0 | 20 | 27 | 60 | 22 | 15 | 56 |
| Binary | 10000100 | 1101111 | 1100110 | 0 | 10000 | 10111 | 110000 | 10010 | 1101 | 101110 |
Color Harmonies of #846F66
Complementary color
Monochromatic Colors of #846F66
Black with #846F66
Text Example
Text Example
White with #846F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F66; }
p { color: rgb(132,111,102); }
H1.HeaderClassName
{
color: #846F66;
}
.AnyTagClassName
{
color: #846F66;
}
</style>
background-color css
<style>
a { background-color: #846F66; }
a { background-color: rgb(132,111,102); }
div.DivClassName
{
background-color: #846F66;
}
.BgClassName
{
background-color: #846F66;
}
</style>
border-color css
<style>
span { border-color: #846F66; }
span { border-color: rgb(132,111,102); }
td.TdClassName
{
border-color: #846F66;
}
.TagClassName
{
border-color: #846F66;
}
</style>