Shades of Highland #84906B
Tints of Highland #84906B
RGB
CMYK
RGB Variations
Color information
#84906B (or 0x84906B) is known color: Highland. HEX triplet: 84, 90 and 6B. RGB value is (132,144,107). Sum of RGB (Red+Green+Blue) = 132+144+107=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #84906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84906B is #7B6F94. Grayscale: #888888. Windows color (decimal): -8089493 or 7049348. OLE color: 7049348.
HSL color Cylindrical-coordinate representation of color #84906B: hue angle of 79.46º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84906B is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 107 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.44 |
| HSL | 79.46º | 0.15% | 0.49% | - |
| HSV(B) | 79.46º | 0.26% | 0.56% | - |
| XYZ | 22.14 | 25.91 | 17.74 | - |
| YUV | 136.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 107 | 0.08 | 0 | 0.26 | 0.44 | 79.46 | 0.15 | 0.49 |
| Hex | 84 | 90 | 6B | 8 | 0 | 1A | 2C | 4F | F | 31 |
| Octal | 204 | 220 | 153 | 10 | 0 | 32 | 54 | 117 | 17 | 61 |
| Binary | 10000100 | 10010000 | 1101011 | 1000 | 0 | 11010 | 101100 | 1001111 | 1111 | 110001 |
Color Harmonies of #84906B
Complementary color
Monochromatic Colors of #84906B
Black with #84906B
Text Example
Text Example
White with #84906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84906B; }
p { color: rgb(132,144,107); }
H1.HeaderClassName
{
color: #84906B;
}
.AnyTagClassName
{
color: #84906B;
}
</style>
background-color css
<style>
a { background-color: #84906B; }
a { background-color: rgb(132,144,107); }
div.DivClassName
{
background-color: #84906B;
}
.BgClassName
{
background-color: #84906B;
}
</style>
border-color css
<style>
span { border-color: #84906B; }
span { border-color: rgb(132,144,107); }
td.TdClassName
{
border-color: #84906B;
}
.TagClassName
{
border-color: #84906B;
}
</style>