Shades of Highland #83966A
Tints of Highland #83966A
RGB
CMYK
RGB Variations
Color information
#83966A (or 0x83966A) is known color: Highland. HEX triplet: 83, 96 and 6A. RGB value is (131,150,106). Sum of RGB (Red+Green+Blue) = 131+150+106=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #83966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83966A is #7C6995. Grayscale: #8B8B8B. Windows color (decimal): -8153494 or 6985347. OLE color: 6985347.
HSL color Cylindrical-coordinate representation of color #83966A: hue angle of 85.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83966A is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 106 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.41 |
| HSL | 85.91º | 0.17% | 0.5% | - |
| HSV(B) | 85.91º | 0.29% | 0.59% | - |
| XYZ | 22.87 | 27.68 | 17.77 | - |
| YUV | 139.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 106 | 0.13 | 0 | 0.29 | 0.41 | 85.91 | 0.17 | 0.5 |
| Hex | 83 | 96 | 6A | D | 0 | 1D | 29 | 56 | 11 | 32 |
| Octal | 203 | 226 | 152 | 15 | 0 | 35 | 51 | 126 | 21 | 62 |
| Binary | 10000011 | 10010110 | 1101010 | 1101 | 0 | 11101 | 101001 | 1010110 | 10001 | 110010 |
Color Harmonies of #83966A
Complementary color
Monochromatic Colors of #83966A
Black with #83966A
Text Example
Text Example
White with #83966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83966A; }
p { color: rgb(131,150,106); }
H1.HeaderClassName
{
color: #83966A;
}
.AnyTagClassName
{
color: #83966A;
}
</style>
background-color css
<style>
a { background-color: #83966A; }
a { background-color: rgb(131,150,106); }
div.DivClassName
{
background-color: #83966A;
}
.BgClassName
{
background-color: #83966A;
}
</style>
border-color css
<style>
span { border-color: #83966A; }
span { border-color: rgb(131,150,106); }
td.TdClassName
{
border-color: #83966A;
}
.TagClassName
{
border-color: #83966A;
}
</style>