Shades of Highland #849D6A
Tints of Highland #849D6A
RGB
CMYK
RGB Variations
Color information
#849D6A (or 0x849D6A) is known color: Highland. HEX triplet: 84, 9D and 6A. RGB value is (132,157,106). Sum of RGB (Red+Green+Blue) = 132+157+106=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #849D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D6A is #7B6295. Grayscale: #8F8F8F. Windows color (decimal): -8086166 or 6987140. OLE color: 6987140.
HSL color Cylindrical-coordinate representation of color #849D6A: hue angle of 89.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #849D6A is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 106 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.38 |
| HSL | 89.41º | 0.21% | 0.52% | - |
| HSV(B) | 89.41º | 0.32% | 0.62% | - |
| XYZ | 24.17 | 30.06 | 18.16 | - |
| YUV | 143.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 106 | 0.16 | 0 | 0.32 | 0.38 | 89.41 | 0.21 | 0.52 |
| Hex | 84 | 9D | 6A | 10 | 0 | 20 | 26 | 59 | 15 | 34 |
| Octal | 204 | 235 | 152 | 20 | 0 | 40 | 46 | 131 | 25 | 64 |
| Binary | 10000100 | 10011101 | 1101010 | 10000 | 0 | 100000 | 100110 | 1011001 | 10101 | 110100 |
Color Harmonies of #849D6A
Complementary color
Monochromatic Colors of #849D6A
Black with #849D6A
Text Example
Text Example
White with #849D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D6A; }
p { color: rgb(132,157,106); }
H1.HeaderClassName
{
color: #849D6A;
}
.AnyTagClassName
{
color: #849D6A;
}
</style>
background-color css
<style>
a { background-color: #849D6A; }
a { background-color: rgb(132,157,106); }
div.DivClassName
{
background-color: #849D6A;
}
.BgClassName
{
background-color: #849D6A;
}
</style>
border-color css
<style>
span { border-color: #849D6A; }
span { border-color: rgb(132,157,106); }
td.TdClassName
{
border-color: #849D6A;
}
.TagClassName
{
border-color: #849D6A;
}
</style>