Shades of Highland #849B6B
Tints of Highland #849B6B
RGB
CMYK
RGB Variations
Color information
#849B6B (or 0x849B6B) is known color: Highland. HEX triplet: 84, 9B and 6B. RGB value is (132,155,107). Sum of RGB (Red+Green+Blue) = 132+155+107=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #849B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B6B is #7B6494. Grayscale: #8E8E8E. Windows color (decimal): -8086677 or 7052164. OLE color: 7052164.
HSL color Cylindrical-coordinate representation of color #849B6B: hue angle of 88.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849B6B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 107 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.39 |
| HSL | 88.75º | 0.19% | 0.51% | - |
| HSV(B) | 88.75º | 0.31% | 0.61% | - |
| XYZ | 23.89 | 29.41 | 18.33 | - |
| YUV | 142.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 107 | 0.15 | 0 | 0.31 | 0.39 | 88.75 | 0.19 | 0.51 |
| Hex | 84 | 9B | 6B | F | 0 | 1F | 27 | 59 | 13 | 33 |
| Octal | 204 | 233 | 153 | 17 | 0 | 37 | 47 | 131 | 23 | 63 |
| Binary | 10000100 | 10011011 | 1101011 | 1111 | 0 | 11111 | 100111 | 1011001 | 10011 | 110011 |
Color Harmonies of #849B6B
Complementary color
Monochromatic Colors of #849B6B
Black with #849B6B
Text Example
Text Example
White with #849B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B6B; }
p { color: rgb(132,155,107); }
H1.HeaderClassName
{
color: #849B6B;
}
.AnyTagClassName
{
color: #849B6B;
}
</style>
background-color css
<style>
a { background-color: #849B6B; }
a { background-color: rgb(132,155,107); }
div.DivClassName
{
background-color: #849B6B;
}
.BgClassName
{
background-color: #849B6B;
}
</style>
border-color css
<style>
span { border-color: #849B6B; }
span { border-color: rgb(132,155,107); }
td.TdClassName
{
border-color: #849B6B;
}
.TagClassName
{
border-color: #849B6B;
}
</style>