Shades of Willow Grove #6D745C
Tints of Willow Grove #6D745C
RGB
CMYK
RGB Variations
Color information
#6D745C (or 0x6D745C) is known color: Willow Grove. HEX triplet: 6D, 74 and 5C. RGB value is (109,116,92). Sum of RGB (Red+Green+Blue) = 109+116+92=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #6D745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D745C is #928BA3. Grayscale: #6F6F6F. Windows color (decimal): -9604004 or 6059117. OLE color: 6059117.
HSL color Cylindrical-coordinate representation of color #6D745C: hue angle of 77.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D745C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 92 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.55 |
| HSL | 77.5º | 0.12% | 0.41% | - |
| HSV(B) | 77.5º | 0.21% | 0.45% | - |
| XYZ | 14.48 | 16.51 | 12.55 | - |
| YUV | 111.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 92 | 0.06 | 0 | 0.21 | 0.55 | 77.5 | 0.12 | 0.41 |
| Hex | 6D | 74 | 5C | 6 | 0 | 15 | 37 | 4E | C | 29 |
| Octal | 155 | 164 | 134 | 6 | 0 | 25 | 67 | 116 | 14 | 51 |
| Binary | 1101101 | 1110100 | 1011100 | 110 | 0 | 10101 | 110111 | 1001110 | 1100 | 101001 |
Color Harmonies of #6D745C
Complementary color
Monochromatic Colors of #6D745C
Black with #6D745C
Text Example
Text Example
White with #6D745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D745C; }
p { color: rgb(109,116,92); }
H1.HeaderClassName
{
color: #6D745C;
}
.AnyTagClassName
{
color: #6D745C;
}
</style>
background-color css
<style>
a { background-color: #6D745C; }
a { background-color: rgb(109,116,92); }
div.DivClassName
{
background-color: #6D745C;
}
.BgClassName
{
background-color: #6D745C;
}
</style>
border-color css
<style>
span { border-color: #6D745C; }
span { border-color: rgb(109,116,92); }
td.TdClassName
{
border-color: #6D745C;
}
.TagClassName
{
border-color: #6D745C;
}
</style>