Shades of Highland #83986E
Tints of Highland #83986E
RGB
CMYK
RGB Variations
Color information
#83986E (or 0x83986E) is known color: Highland. HEX triplet: 83, 98 and 6E. RGB value is (131,152,110). Sum of RGB (Red+Green+Blue) = 131+152+110=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #83986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83986E is #7C6791. Grayscale: #8D8D8D. Windows color (decimal): -8152978 or 7248003. OLE color: 7248003.
HSL color Cylindrical-coordinate representation of color #83986E: hue angle of 90º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83986E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 110 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.40 |
| HSL | 90º | 0.17% | 0.51% | - |
| HSV(B) | 90º | 0.28% | 0.6% | - |
| XYZ | 23.4 | 28.41 | 19 | - |
| YUV | 140.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 110 | 0.14 | 0 | 0.28 | 0.40 | 90 | 0.17 | 0.51 |
| Hex | 83 | 98 | 6E | E | 0 | 1C | 28 | 5A | 11 | 33 |
| Octal | 203 | 230 | 156 | 16 | 0 | 34 | 50 | 132 | 21 | 63 |
| Binary | 10000011 | 10011000 | 1101110 | 1110 | 0 | 11100 | 101000 | 1011010 | 10001 | 110011 |
Color Harmonies of #83986E
Complementary color
Monochromatic Colors of #83986E
Black with #83986E
Text Example
Text Example
White with #83986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83986E; }
p { color: rgb(131,152,110); }
H1.HeaderClassName
{
color: #83986E;
}
.AnyTagClassName
{
color: #83986E;
}
</style>
background-color css
<style>
a { background-color: #83986E; }
a { background-color: rgb(131,152,110); }
div.DivClassName
{
background-color: #83986E;
}
.BgClassName
{
background-color: #83986E;
}
</style>
border-color css
<style>
span { border-color: #83986E; }
span { border-color: rgb(131,152,110); }
td.TdClassName
{
border-color: #83986E;
}
.TagClassName
{
border-color: #83986E;
}
</style>