Shades of Highland #83996F
Tints of Highland #83996F
RGB
CMYK
RGB Variations
Color information
#83996F (or 0x83996F) is known color: Highland. HEX triplet: 83, 99 and 6F. RGB value is (131,153,111). Sum of RGB (Red+Green+Blue) = 131+153+111=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #83996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83996F is #7C6690. Grayscale: #8D8D8D. Windows color (decimal): -8152721 or 7313795. OLE color: 7313795.
HSL color Cylindrical-coordinate representation of color #83996F: hue angle of 91.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83996F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 111 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.4 |
| HSL | 91.43º | 0.17% | 0.52% | - |
| HSV(B) | 91.43º | 0.27% | 0.6% | - |
| XYZ | 23.62 | 28.76 | 19.34 | - |
| YUV | 141.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 111 | 0.14 | 0 | 0.27 | 0.4 | 91.43 | 0.17 | 0.52 |
| Hex | 83 | 99 | 6F | E | 0 | 1B | 28 | 5B | 11 | 34 |
| Octal | 203 | 231 | 157 | 16 | 0 | 33 | 50 | 133 | 21 | 64 |
| Binary | 10000011 | 10011001 | 1101111 | 1110 | 0 | 11011 | 101000 | 1011011 | 10001 | 110100 |
Color Harmonies of #83996F
Complementary color
Monochromatic Colors of #83996F
Black with #83996F
Text Example
Text Example
White with #83996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83996F; }
p { color: rgb(131,153,111); }
H1.HeaderClassName
{
color: #83996F;
}
.AnyTagClassName
{
color: #83996F;
}
</style>
background-color css
<style>
a { background-color: #83996F; }
a { background-color: rgb(131,153,111); }
div.DivClassName
{
background-color: #83996F;
}
.BgClassName
{
background-color: #83996F;
}
</style>
border-color css
<style>
span { border-color: #83996F; }
span { border-color: rgb(131,153,111); }
td.TdClassName
{
border-color: #83996F;
}
.TagClassName
{
border-color: #83996F;
}
</style>