Shades of Highland #828F6A
Tints of Highland #828F6A
RGB
CMYK
RGB Variations
Color information
#828F6A (or 0x828F6A) is known color: Highland. HEX triplet: 82, 8F and 6A. RGB value is (130,143,106). Sum of RGB (Red+Green+Blue) = 130+143+106=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #828F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F6A is #7D7095. Grayscale: #878787. Windows color (decimal): -8220822 or 6983554. OLE color: 6983554.
HSL color Cylindrical-coordinate representation of color #828F6A: hue angle of 81.08º 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 #828F6A is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 106 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.44 |
| HSL | 81.08º | 0.15% | 0.49% | - |
| HSV(B) | 81.08º | 0.26% | 0.56% | - |
| XYZ | 21.63 | 25.43 | 17.4 | - |
| YUV | 134.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 106 | 0.09 | 0 | 0.26 | 0.44 | 81.08 | 0.15 | 0.49 |
| Hex | 82 | 8F | 6A | 9 | 0 | 1A | 2C | 51 | F | 31 |
| Octal | 202 | 217 | 152 | 11 | 0 | 32 | 54 | 121 | 17 | 61 |
| Binary | 10000010 | 10001111 | 1101010 | 1001 | 0 | 11010 | 101100 | 1010001 | 1111 | 110001 |
Color Harmonies of #828F6A
Complementary color
Monochromatic Colors of #828F6A
Black with #828F6A
Text Example
Text Example
White with #828F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F6A; }
p { color: rgb(130,143,106); }
H1.HeaderClassName
{
color: #828F6A;
}
.AnyTagClassName
{
color: #828F6A;
}
</style>
background-color css
<style>
a { background-color: #828F6A; }
a { background-color: rgb(130,143,106); }
div.DivClassName
{
background-color: #828F6A;
}
.BgClassName
{
background-color: #828F6A;
}
</style>
border-color css
<style>
span { border-color: #828F6A; }
span { border-color: rgb(130,143,106); }
td.TdClassName
{
border-color: #828F6A;
}
.TagClassName
{
border-color: #828F6A;
}
</style>