Shades of Russett #846C64
Tints of Russett #846C64
RGB
CMYK
RGB Variations
Color information
#846C64 (or 0x846C64) is known color: Russett. HEX triplet: 84, 6C and 64. RGB value is (132,108,100). Sum of RGB (Red+Green+Blue) = 132+108+100=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #846C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C64 is #7B939B. Grayscale: #727272. Windows color (decimal): -8098716 or 6581380. OLE color: 6581380.
HSL color Cylindrical-coordinate representation of color #846C64: hue angle of 15º 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 #846C64 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 100 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.48 |
| HSL | 15º | 0.14% | 0.45% | - |
| HSV(B) | 15º | 0.24% | 0.52% | - |
| XYZ | 17.18 | 16.55 | 14.35 | - |
| YUV | 114.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 100 | 0 | 0.18 | 0.24 | 0.48 | 15 | 0.14 | 0.45 |
| Hex | 84 | 6C | 64 | 0 | 12 | 18 | 30 | F | E | 2D |
| Octal | 204 | 154 | 144 | 0 | 22 | 30 | 60 | 17 | 16 | 55 |
| Binary | 10000100 | 1101100 | 1100100 | 0 | 10010 | 11000 | 110000 | 1111 | 1110 | 101101 |
Color Harmonies of #846C64
Complementary color
Monochromatic Colors of #846C64
Black with #846C64
Text Example
Text Example
White with #846C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C64; }
p { color: rgb(132,108,100); }
H1.HeaderClassName
{
color: #846C64;
}
.AnyTagClassName
{
color: #846C64;
}
</style>
background-color css
<style>
a { background-color: #846C64; }
a { background-color: rgb(132,108,100); }
div.DivClassName
{
background-color: #846C64;
}
.BgClassName
{
background-color: #846C64;
}
</style>
border-color css
<style>
span { border-color: #846C64; }
span { border-color: rgb(132,108,100); }
td.TdClassName
{
border-color: #846C64;
}
.TagClassName
{
border-color: #846C64;
}
</style>