Shades of Highland #849C63
Tints of Highland #849C63
RGB
CMYK
RGB Variations
Color information
#849C63 (or 0x849C63) is known color: Highland. HEX triplet: 84, 9C and 63. RGB value is (132,156,99). Sum of RGB (Red+Green+Blue) = 132+156+99=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #849C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C63 is #7B639C. Grayscale: #8E8E8E. Windows color (decimal): -8086429 or 6528132. OLE color: 6528132.
HSL color Cylindrical-coordinate representation of color #849C63: hue angle of 85.26º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849C63 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 99 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.39 |
| HSL | 85.26º | 0.22% | 0.5% | - |
| HSV(B) | 85.26º | 0.37% | 0.61% | - |
| XYZ | 23.66 | 29.58 | 16.27 | - |
| YUV | 142.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 99 | 0.15 | 0 | 0.37 | 0.39 | 85.26 | 0.22 | 0.5 |
| Hex | 84 | 9C | 63 | F | 0 | 25 | 27 | 55 | 16 | 32 |
| Octal | 204 | 234 | 143 | 17 | 0 | 45 | 47 | 125 | 26 | 62 |
| Binary | 10000100 | 10011100 | 1100011 | 1111 | 0 | 100101 | 100111 | 1010101 | 10110 | 110010 |
Color Harmonies of #849C63
Complementary color
Monochromatic Colors of #849C63
Black with #849C63
Text Example
Text Example
White with #849C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C63; }
p { color: rgb(132,156,99); }
H1.HeaderClassName
{
color: #849C63;
}
.AnyTagClassName
{
color: #849C63;
}
</style>
background-color css
<style>
a { background-color: #849C63; }
a { background-color: rgb(132,156,99); }
div.DivClassName
{
background-color: #849C63;
}
.BgClassName
{
background-color: #849C63;
}
</style>
border-color css
<style>
span { border-color: #849C63; }
span { border-color: rgb(132,156,99); }
td.TdClassName
{
border-color: #849C63;
}
.TagClassName
{
border-color: #849C63;
}
</style>