Shades of Highland #83956B
Tints of Highland #83956B
RGB
CMYK
RGB Variations
Color information
#83956B (or 0x83956B) is known color: Highland. HEX triplet: 83, 95 and 6B. RGB value is (131,149,107). Sum of RGB (Red+Green+Blue) = 131+149+107=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #83956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83956B is #7C6A94. Grayscale: #8A8A8A. Windows color (decimal): -8153749 or 7050627. OLE color: 7050627.
HSL color Cylindrical-coordinate representation of color #83956B: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83956B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 107 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.42 |
| HSL | 85.71º | 0.17% | 0.5% | - |
| HSV(B) | 85.71º | 0.28% | 0.58% | - |
| XYZ | 22.76 | 27.38 | 18 | - |
| YUV | 138.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 107 | 0.12 | 0 | 0.28 | 0.42 | 85.71 | 0.17 | 0.5 |
| Hex | 83 | 95 | 6B | C | 0 | 1C | 2A | 56 | 11 | 32 |
| Octal | 203 | 225 | 153 | 14 | 0 | 34 | 52 | 126 | 21 | 62 |
| Binary | 10000011 | 10010101 | 1101011 | 1100 | 0 | 11100 | 101010 | 1010110 | 10001 | 110010 |
Color Harmonies of #83956B
Complementary color
Monochromatic Colors of #83956B
Black with #83956B
Text Example
Text Example
White with #83956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83956B; }
p { color: rgb(131,149,107); }
H1.HeaderClassName
{
color: #83956B;
}
.AnyTagClassName
{
color: #83956B;
}
</style>
background-color css
<style>
a { background-color: #83956B; }
a { background-color: rgb(131,149,107); }
div.DivClassName
{
background-color: #83956B;
}
.BgClassName
{
background-color: #83956B;
}
</style>
border-color css
<style>
span { border-color: #83956B; }
span { border-color: rgb(131,149,107); }
td.TdClassName
{
border-color: #83956B;
}
.TagClassName
{
border-color: #83956B;
}
</style>