Shades of Highland #6D895A
Tints of Highland #6D895A
RGB
CMYK
RGB Variations
Color information
#6D895A (or 0x6D895A) is known color: Highland. HEX triplet: 6D, 89 and 5A. RGB value is (109,137,90). Sum of RGB (Red+Green+Blue) = 109+137+90=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #6D895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D895A is #9276A5. Grayscale: #7B7B7B. Windows color (decimal): -9598630 or 5933421. OLE color: 5933421.
HSL color Cylindrical-coordinate representation of color #6D895A: hue angle of 95.74º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D895A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 90 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.46 |
| HSL | 95.74º | 0.21% | 0.45% | - |
| HSV(B) | 95.74º | 0.34% | 0.54% | - |
| XYZ | 17.1 | 21.88 | 13 | - |
| YUV | 123.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 90 | 0.20 | 0 | 0.34 | 0.46 | 95.74 | 0.21 | 0.45 |
| Hex | 6D | 89 | 5A | 14 | 0 | 22 | 2E | 60 | 15 | 2D |
| Octal | 155 | 211 | 132 | 24 | 0 | 42 | 56 | 140 | 25 | 55 |
| Binary | 1101101 | 10001001 | 1011010 | 10100 | 0 | 100010 | 101110 | 1100000 | 10101 | 101101 |
Color Harmonies of #6D895A
Complementary color
Monochromatic Colors of #6D895A
Black with #6D895A
Text Example
Text Example
White with #6D895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D895A; }
p { color: rgb(109,137,90); }
H1.HeaderClassName
{
color: #6D895A;
}
.AnyTagClassName
{
color: #6D895A;
}
</style>
background-color css
<style>
a { background-color: #6D895A; }
a { background-color: rgb(109,137,90); }
div.DivClassName
{
background-color: #6D895A;
}
.BgClassName
{
background-color: #6D895A;
}
</style>
border-color css
<style>
span { border-color: #6D895A; }
span { border-color: rgb(109,137,90); }
td.TdClassName
{
border-color: #6D895A;
}
.TagClassName
{
border-color: #6D895A;
}
</style>