Shades of Russett #846A62
Tints of Russett #846A62
RGB
CMYK
RGB Variations
Color information
#846A62 (or 0x846A62) is known color: Russett. HEX triplet: 84, 6A and 62. RGB value is (132,106,98). Sum of RGB (Red+Green+Blue) = 132+106+98=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A62 is #7B959D. Grayscale: #707070. Windows color (decimal): -8099230 or 6449796. OLE color: 6449796.
HSL color Cylindrical-coordinate representation of color #846A62: hue angle of 14.12º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846A62 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 98 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.48 |
| HSL | 14.12º | 0.15% | 0.45% | - |
| HSV(B) | 14.12º | 0.26% | 0.52% | - |
| XYZ | 16.87 | 16.1 | 13.77 | - |
| YUV | 112.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 98 | 0 | 0.20 | 0.26 | 0.48 | 14.12 | 0.15 | 0.45 |
| Hex | 84 | 6A | 62 | 0 | 14 | 1A | 30 | E | F | 2D |
| Octal | 204 | 152 | 142 | 0 | 24 | 32 | 60 | 16 | 17 | 55 |
| Binary | 10000100 | 1101010 | 1100010 | 0 | 10100 | 11010 | 110000 | 1110 | 1111 | 101101 |
Color Harmonies of #846A62
Complementary color
Monochromatic Colors of #846A62
Black with #846A62
Text Example
Text Example
White with #846A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A62; }
p { color: rgb(132,106,98); }
H1.HeaderClassName
{
color: #846A62;
}
.AnyTagClassName
{
color: #846A62;
}
</style>
background-color css
<style>
a { background-color: #846A62; }
a { background-color: rgb(132,106,98); }
div.DivClassName
{
background-color: #846A62;
}
.BgClassName
{
background-color: #846A62;
}
</style>
border-color css
<style>
span { border-color: #846A62; }
span { border-color: rgb(132,106,98); }
td.TdClassName
{
border-color: #846A62;
}
.TagClassName
{
border-color: #846A62;
}
</style>