Shades of Highland #84975C
Tints of Highland #84975C
RGB
CMYK
RGB Variations
Color information
#84975C (or 0x84975C) is known color: Highland. HEX triplet: 84, 97 and 5C. RGB value is (132,151,92). Sum of RGB (Red+Green+Blue) = 132+151+92=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #84975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84975C is #7B68A3. Grayscale: #8A8A8A. Windows color (decimal): -8087716 or 6068100. OLE color: 6068100.
HSL color Cylindrical-coordinate representation of color #84975C: hue angle of 79.32º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84975C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 92 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.41 |
| HSL | 79.32º | 0.24% | 0.48% | - |
| HSV(B) | 79.32º | 0.39% | 0.59% | - |
| XYZ | 22.51 | 27.81 | 14.31 | - |
| YUV | 138.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 92 | 0.13 | 0 | 0.39 | 0.41 | 79.32 | 0.24 | 0.48 |
| Hex | 84 | 97 | 5C | D | 0 | 27 | 29 | 4F | 18 | 30 |
| Octal | 204 | 227 | 134 | 15 | 0 | 47 | 51 | 117 | 30 | 60 |
| Binary | 10000100 | 10010111 | 1011100 | 1101 | 0 | 100111 | 101001 | 1001111 | 11000 | 110000 |
Color Harmonies of #84975C
Complementary color
Monochromatic Colors of #84975C
Black with #84975C
Text Example
Text Example
White with #84975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84975C; }
p { color: rgb(132,151,92); }
H1.HeaderClassName
{
color: #84975C;
}
.AnyTagClassName
{
color: #84975C;
}
</style>
background-color css
<style>
a { background-color: #84975C; }
a { background-color: rgb(132,151,92); }
div.DivClassName
{
background-color: #84975C;
}
.BgClassName
{
background-color: #84975C;
}
</style>
border-color css
<style>
span { border-color: #84975C; }
span { border-color: rgb(132,151,92); }
td.TdClassName
{
border-color: #84975C;
}
.TagClassName
{
border-color: #84975C;
}
</style>