Shades of Highland #848F6C
Tints of Highland #848F6C
RGB
CMYK
RGB Variations
Color information
#848F6C (or 0x848F6C) is known color: Highland. HEX triplet: 84, 8F and 6C. RGB value is (132,143,108). Sum of RGB (Red+Green+Blue) = 132+143+108=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #848F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F6C is #7B7093. Grayscale: #878787. Windows color (decimal): -8089748 or 7114628. OLE color: 7114628.
HSL color Cylindrical-coordinate representation of color #848F6C: hue angle of 78.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848F6C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 108 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.44 |
| HSL | 78.86º | 0.14% | 0.49% | - |
| HSV(B) | 78.86º | 0.24% | 0.56% | - |
| XYZ | 22.04 | 25.63 | 17.97 | - |
| YUV | 135.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 108 | 0.08 | 0 | 0.24 | 0.44 | 78.86 | 0.14 | 0.49 |
| Hex | 84 | 8F | 6C | 8 | 0 | 18 | 2C | 4F | E | 31 |
| Octal | 204 | 217 | 154 | 10 | 0 | 30 | 54 | 117 | 16 | 61 |
| Binary | 10000100 | 10001111 | 1101100 | 1000 | 0 | 11000 | 101100 | 1001111 | 1110 | 110001 |
Color Harmonies of #848F6C
Complementary color
Monochromatic Colors of #848F6C
Black with #848F6C
Text Example
Text Example
White with #848F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F6C; }
p { color: rgb(132,143,108); }
H1.HeaderClassName
{
color: #848F6C;
}
.AnyTagClassName
{
color: #848F6C;
}
</style>
background-color css
<style>
a { background-color: #848F6C; }
a { background-color: rgb(132,143,108); }
div.DivClassName
{
background-color: #848F6C;
}
.BgClassName
{
background-color: #848F6C;
}
</style>
border-color css
<style>
span { border-color: #848F6C; }
span { border-color: rgb(132,143,108); }
td.TdClassName
{
border-color: #848F6C;
}
.TagClassName
{
border-color: #848F6C;
}
</style>