Shades of Highland #84935C
Tints of Highland #84935C
RGB
CMYK
RGB Variations
Color information
#84935C (or 0x84935C) is known color: Highland. HEX triplet: 84, 93 and 5C. RGB value is (132,147,92). Sum of RGB (Red+Green+Blue) = 132+147+92=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #84935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84935C is #7B6CA3. Grayscale: #888888. Windows color (decimal): -8088740 or 6067076. OLE color: 6067076.
HSL color Cylindrical-coordinate representation of color #84935C: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84935C is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 92 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.42 |
| HSL | 76.36º | 0.23% | 0.47% | - |
| HSV(B) | 76.36º | 0.37% | 0.58% | - |
| XYZ | 21.88 | 26.55 | 14.1 | - |
| YUV | 136.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 92 | 0.10 | 0 | 0.37 | 0.42 | 76.36 | 0.23 | 0.47 |
| Hex | 84 | 93 | 5C | A | 0 | 25 | 2A | 4C | 17 | 2F |
| Octal | 204 | 223 | 134 | 12 | 0 | 45 | 52 | 114 | 27 | 57 |
| Binary | 10000100 | 10010011 | 1011100 | 1010 | 0 | 100101 | 101010 | 1001100 | 10111 | 101111 |
Color Harmonies of #84935C
Complementary color
Monochromatic Colors of #84935C
Black with #84935C
Text Example
Text Example
White with #84935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84935C; }
p { color: rgb(132,147,92); }
H1.HeaderClassName
{
color: #84935C;
}
.AnyTagClassName
{
color: #84935C;
}
</style>
background-color css
<style>
a { background-color: #84935C; }
a { background-color: rgb(132,147,92); }
div.DivClassName
{
background-color: #84935C;
}
.BgClassName
{
background-color: #84935C;
}
</style>
border-color css
<style>
span { border-color: #84935C; }
span { border-color: rgb(132,147,92); }
td.TdClassName
{
border-color: #84935C;
}
.TagClassName
{
border-color: #84935C;
}
</style>