Shades of Russett #8A6A60
Tints of Russett #8A6A60
RGB
CMYK
RGB Variations
Color information
#8A6A60 (or 0x8A6A60) is known color: Russett. HEX triplet: 8A, 6A and 60. RGB value is (138,106,96). Sum of RGB (Red+Green+Blue) = 138+106+96=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A60 is #75959F. Grayscale: #727272. Windows color (decimal): -7706016 or 6318730. OLE color: 6318730.
HSL color Cylindrical-coordinate representation of color #8A6A60: hue angle of 14.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6A60 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 96 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.46 |
| HSL | 14.29º | 0.18% | 0.46% | - |
| HSV(B) | 14.29º | 0.3% | 0.54% | - |
| XYZ | 17.75 | 16.56 | 13.33 | - |
| YUV | 114.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 96 | 0 | 0.23 | 0.30 | 0.46 | 14.29 | 0.18 | 0.46 |
| Hex | 8A | 6A | 60 | 0 | 17 | 1E | 2E | E | 12 | 2E |
| Octal | 212 | 152 | 140 | 0 | 27 | 36 | 56 | 16 | 22 | 56 |
| Binary | 10001010 | 1101010 | 1100000 | 0 | 10111 | 11110 | 101110 | 1110 | 10010 | 101110 |
Color Harmonies of #8A6A60
Complementary color
Monochromatic Colors of #8A6A60
Black with #8A6A60
Text Example
Text Example
White with #8A6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A60; }
p { color: rgb(138,106,96); }
H1.HeaderClassName
{
color: #8A6A60;
}
.AnyTagClassName
{
color: #8A6A60;
}
</style>
background-color css
<style>
a { background-color: #8A6A60; }
a { background-color: rgb(138,106,96); }
div.DivClassName
{
background-color: #8A6A60;
}
.BgClassName
{
background-color: #8A6A60;
}
</style>
border-color css
<style>
span { border-color: #8A6A60; }
span { border-color: rgb(138,106,96); }
td.TdClassName
{
border-color: #8A6A60;
}
.TagClassName
{
border-color: #8A6A60;
}
</style>