Shades of Willow Grove #6D815A
Tints of Willow Grove #6D815A
RGB
CMYK
RGB Variations
Color information
#6D815A (or 0x6D815A) is known color: Willow Grove. HEX triplet: 6D, 81 and 5A. RGB value is (109,129,90). Sum of RGB (Red+Green+Blue) = 109+129+90=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #6D815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D815A is #927EA5. Grayscale: #767676. Windows color (decimal): -9600678 or 5931373. OLE color: 5931373.
HSL color Cylindrical-coordinate representation of color #6D815A: hue angle of 90.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D815A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 90 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.49 |
| HSL | 90.77º | 0.18% | 0.43% | - |
| HSV(B) | 90.77º | 0.3% | 0.51% | - |
| XYZ | 16 | 19.69 | 12.63 | - |
| YUV | 118.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 90 | 0.16 | 0 | 0.30 | 0.49 | 90.77 | 0.18 | 0.43 |
| Hex | 6D | 81 | 5A | 10 | 0 | 1E | 31 | 5B | 12 | 2B |
| Octal | 155 | 201 | 132 | 20 | 0 | 36 | 61 | 133 | 22 | 53 |
| Binary | 1101101 | 10000001 | 1011010 | 10000 | 0 | 11110 | 110001 | 1011011 | 10010 | 101011 |
Color Harmonies of #6D815A
Complementary color
Monochromatic Colors of #6D815A
Black with #6D815A
Text Example
Text Example
White with #6D815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D815A; }
p { color: rgb(109,129,90); }
H1.HeaderClassName
{
color: #6D815A;
}
.AnyTagClassName
{
color: #6D815A;
}
</style>
background-color css
<style>
a { background-color: #6D815A; }
a { background-color: rgb(109,129,90); }
div.DivClassName
{
background-color: #6D815A;
}
.BgClassName
{
background-color: #6D815A;
}
</style>
border-color css
<style>
span { border-color: #6D815A; }
span { border-color: rgb(109,129,90); }
td.TdClassName
{
border-color: #6D815A;
}
.TagClassName
{
border-color: #6D815A;
}
</style>