Shades of Willow Grove #6D7261
Tints of Willow Grove #6D7261
RGB
CMYK
RGB Variations
Color information
#6D7261 (or 0x6D7261) is known color: Willow Grove. HEX triplet: 6D, 72 and 61. RGB value is (109,114,97). Sum of RGB (Red+Green+Blue) = 109+114+97=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7261 is #928D9E. Grayscale: #6E6E6E. Windows color (decimal): -9604511 or 6386285. OLE color: 6386285.
HSL color Cylindrical-coordinate representation of color #6D7261: hue angle of 77.65º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D7261 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 97 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.55 |
| HSL | 77.65º | 0.08% | 0.41% | - |
| HSV(B) | 77.65º | 0.15% | 0.45% | - |
| XYZ | 14.48 | 16.15 | 13.66 | - |
| YUV | 110.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 97 | 0.04 | 0 | 0.15 | 0.55 | 77.65 | 0.08 | 0.41 |
| Hex | 6D | 72 | 61 | 4 | 0 | F | 37 | 4E | 8 | 29 |
| Octal | 155 | 162 | 141 | 4 | 0 | 17 | 67 | 116 | 10 | 51 |
| Binary | 1101101 | 1110010 | 1100001 | 100 | 0 | 1111 | 110111 | 1001110 | 1000 | 101001 |
Color Harmonies of #6D7261
Complementary color
Monochromatic Colors of #6D7261
Black with #6D7261
Text Example
Text Example
White with #6D7261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7261; }
p { color: rgb(109,114,97); }
H1.HeaderClassName
{
color: #6D7261;
}
.AnyTagClassName
{
color: #6D7261;
}
</style>
background-color css
<style>
a { background-color: #6D7261; }
a { background-color: rgb(109,114,97); }
div.DivClassName
{
background-color: #6D7261;
}
.BgClassName
{
background-color: #6D7261;
}
</style>
border-color css
<style>
span { border-color: #6D7261; }
span { border-color: rgb(109,114,97); }
td.TdClassName
{
border-color: #6D7261;
}
.TagClassName
{
border-color: #6D7261;
}
</style>