Shades of Highland #83996C
Tints of Highland #83996C
RGB
CMYK
RGB Variations
Color information
#83996C (or 0x83996C) is known color: Highland. HEX triplet: 83, 99 and 6C. RGB value is (131,153,108). Sum of RGB (Red+Green+Blue) = 131+153+108=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #83996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83996C is #7C6693. Grayscale: #8D8D8D. Windows color (decimal): -8152724 or 7117187. OLE color: 7117187.
HSL color Cylindrical-coordinate representation of color #83996C: hue angle of 89.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83996C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 108 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.4 |
| HSL | 89.33º | 0.18% | 0.51% | - |
| HSV(B) | 89.33º | 0.29% | 0.6% | - |
| XYZ | 23.46 | 28.69 | 18.49 | - |
| YUV | 141.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 108 | 0.14 | 0 | 0.29 | 0.4 | 89.33 | 0.18 | 0.51 |
| Hex | 83 | 99 | 6C | E | 0 | 1D | 28 | 59 | 12 | 33 |
| Octal | 203 | 231 | 154 | 16 | 0 | 35 | 50 | 131 | 22 | 63 |
| Binary | 10000011 | 10011001 | 1101100 | 1110 | 0 | 11101 | 101000 | 1011001 | 10010 | 110011 |
Color Harmonies of #83996C
Complementary color
Monochromatic Colors of #83996C
Black with #83996C
Text Example
Text Example
White with #83996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83996C; }
p { color: rgb(131,153,108); }
H1.HeaderClassName
{
color: #83996C;
}
.AnyTagClassName
{
color: #83996C;
}
</style>
background-color css
<style>
a { background-color: #83996C; }
a { background-color: rgb(131,153,108); }
div.DivClassName
{
background-color: #83996C;
}
.BgClassName
{
background-color: #83996C;
}
</style>
border-color css
<style>
span { border-color: #83996C; }
span { border-color: rgb(131,153,108); }
td.TdClassName
{
border-color: #83996C;
}
.TagClassName
{
border-color: #83996C;
}
</style>