Shades of Highland #83965F
Tints of Highland #83965F
RGB
CMYK
RGB Variations
Color information
#83965F (or 0x83965F) is known color: Highland. HEX triplet: 83, 96 and 5F. RGB value is (131,150,95). Sum of RGB (Red+Green+Blue) = 131+150+95=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #83965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83965F is #7C69A0. Grayscale: #8A8A8A. Windows color (decimal): -8153505 or 6264451. OLE color: 6264451.
HSL color Cylindrical-coordinate representation of color #83965F: hue angle of 80.73º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83965F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 95 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.41 |
| HSL | 80.73º | 0.22% | 0.48% | - |
| HSV(B) | 80.73º | 0.37% | 0.59% | - |
| XYZ | 22.33 | 27.46 | 14.95 | - |
| YUV | 138.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 95 | 0.13 | 0 | 0.37 | 0.41 | 80.73 | 0.22 | 0.48 |
| Hex | 83 | 96 | 5F | D | 0 | 25 | 29 | 51 | 16 | 30 |
| Octal | 203 | 226 | 137 | 15 | 0 | 45 | 51 | 121 | 26 | 60 |
| Binary | 10000011 | 10010110 | 1011111 | 1101 | 0 | 100101 | 101001 | 1010001 | 10110 | 110000 |
Color Harmonies of #83965F
Complementary color
Monochromatic Colors of #83965F
Black with #83965F
Text Example
Text Example
White with #83965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83965F; }
p { color: rgb(131,150,95); }
H1.HeaderClassName
{
color: #83965F;
}
.AnyTagClassName
{
color: #83965F;
}
</style>
background-color css
<style>
a { background-color: #83965F; }
a { background-color: rgb(131,150,95); }
div.DivClassName
{
background-color: #83965F;
}
.BgClassName
{
background-color: #83965F;
}
</style>
border-color css
<style>
span { border-color: #83965F; }
span { border-color: rgb(131,150,95); }
td.TdClassName
{
border-color: #83965F;
}
.TagClassName
{
border-color: #83965F;
}
</style>