Shades of Highland #83946D
Tints of Highland #83946D
RGB
CMYK
RGB Variations
Color information
#83946D (or 0x83946D) is known color: Highland. HEX triplet: 83, 94 and 6D. RGB value is (131,148,109). Sum of RGB (Red+Green+Blue) = 131+148+109=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #83946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83946D is #7C6B92. Grayscale: #8A8A8A. Windows color (decimal): -8154003 or 7181443. OLE color: 7181443.
HSL color Cylindrical-coordinate representation of color #83946D: hue angle of 86.15º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83946D is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 109 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.42 |
| HSL | 86.15º | 0.15% | 0.5% | - |
| HSV(B) | 86.15º | 0.26% | 0.58% | - |
| XYZ | 22.71 | 27.11 | 18.5 | - |
| YUV | 138.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 109 | 0.11 | 0 | 0.26 | 0.42 | 86.15 | 0.15 | 0.5 |
| Hex | 83 | 94 | 6D | B | 0 | 1A | 2A | 56 | F | 32 |
| Octal | 203 | 224 | 155 | 13 | 0 | 32 | 52 | 126 | 17 | 62 |
| Binary | 10000011 | 10010100 | 1101101 | 1011 | 0 | 11010 | 101010 | 1010110 | 1111 | 110010 |
Color Harmonies of #83946D
Complementary color
Monochromatic Colors of #83946D
Black with #83946D
Text Example
Text Example
White with #83946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83946D; }
p { color: rgb(131,148,109); }
H1.HeaderClassName
{
color: #83946D;
}
.AnyTagClassName
{
color: #83946D;
}
</style>
background-color css
<style>
a { background-color: #83946D; }
a { background-color: rgb(131,148,109); }
div.DivClassName
{
background-color: #83946D;
}
.BgClassName
{
background-color: #83946D;
}
</style>
border-color css
<style>
span { border-color: #83946D; }
span { border-color: rgb(131,148,109); }
td.TdClassName
{
border-color: #83946D;
}
.TagClassName
{
border-color: #83946D;
}
</style>