Shades of Highland #849D6C
Tints of Highland #849D6C
RGB
CMYK
RGB Variations
Color information
#849D6C (or 0x849D6C) is known color: Highland. HEX triplet: 84, 9D and 6C. RGB value is (132,157,108). Sum of RGB (Red+Green+Blue) = 132+157+108=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #849D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D6C is #7B6293. Grayscale: #909090. Windows color (decimal): -8086164 or 7118212. OLE color: 7118212.
HSL color Cylindrical-coordinate representation of color #849D6C: hue angle of 90.61º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849D6C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 108 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.38 |
| HSL | 90.61º | 0.2% | 0.52% | - |
| HSV(B) | 90.61º | 0.31% | 0.62% | - |
| XYZ | 24.28 | 30.1 | 18.72 | - |
| YUV | 143.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 108 | 0.16 | 0 | 0.31 | 0.38 | 90.61 | 0.2 | 0.52 |
| Hex | 84 | 9D | 6C | 10 | 0 | 1F | 26 | 5B | 14 | 34 |
| Octal | 204 | 235 | 154 | 20 | 0 | 37 | 46 | 133 | 24 | 64 |
| Binary | 10000100 | 10011101 | 1101100 | 10000 | 0 | 11111 | 100110 | 1011011 | 10100 | 110100 |
Color Harmonies of #849D6C
Complementary color
Monochromatic Colors of #849D6C
Black with #849D6C
Text Example
Text Example
White with #849D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D6C; }
p { color: rgb(132,157,108); }
H1.HeaderClassName
{
color: #849D6C;
}
.AnyTagClassName
{
color: #849D6C;
}
</style>
background-color css
<style>
a { background-color: #849D6C; }
a { background-color: rgb(132,157,108); }
div.DivClassName
{
background-color: #849D6C;
}
.BgClassName
{
background-color: #849D6C;
}
</style>
border-color css
<style>
span { border-color: #849D6C; }
span { border-color: rgb(132,157,108); }
td.TdClassName
{
border-color: #849D6C;
}
.TagClassName
{
border-color: #849D6C;
}
</style>