Shades of Highland #6D885A
Tints of Highland #6D885A
RGB
CMYK
RGB Variations
Color information
#6D885A (or 0x6D885A) is known color: Highland. HEX triplet: 6D, 88 and 5A. RGB value is (109,136,90). Sum of RGB (Red+Green+Blue) = 109+136+90=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #6D885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D885A is #9277A5. Grayscale: #7A7A7A. Windows color (decimal): -9598886 or 5933165. OLE color: 5933165.
HSL color Cylindrical-coordinate representation of color #6D885A: hue angle of 95.22º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D885A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 90 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.47 |
| HSL | 95.22º | 0.2% | 0.44% | - |
| HSV(B) | 95.22º | 0.34% | 0.53% | - |
| XYZ | 16.96 | 21.6 | 12.95 | - |
| YUV | 122.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 90 | 0.20 | 0 | 0.34 | 0.47 | 95.22 | 0.2 | 0.44 |
| Hex | 6D | 88 | 5A | 14 | 0 | 22 | 2F | 5F | 14 | 2C |
| Octal | 155 | 210 | 132 | 24 | 0 | 42 | 57 | 137 | 24 | 54 |
| Binary | 1101101 | 10001000 | 1011010 | 10100 | 0 | 100010 | 101111 | 1011111 | 10100 | 101100 |
Color Harmonies of #6D885A
Complementary color
Monochromatic Colors of #6D885A
Black with #6D885A
Text Example
Text Example
White with #6D885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D885A; }
p { color: rgb(109,136,90); }
H1.HeaderClassName
{
color: #6D885A;
}
.AnyTagClassName
{
color: #6D885A;
}
</style>
background-color css
<style>
a { background-color: #6D885A; }
a { background-color: rgb(109,136,90); }
div.DivClassName
{
background-color: #6D885A;
}
.BgClassName
{
background-color: #6D885A;
}
</style>
border-color css
<style>
span { border-color: #6D885A; }
span { border-color: rgb(109,136,90); }
td.TdClassName
{
border-color: #6D885A;
}
.TagClassName
{
border-color: #6D885A;
}
</style>