Shades of Willow Grove #6D7A53
Tints of Willow Grove #6D7A53
RGB
CMYK
RGB Variations
Color information
#6D7A53 (or 0x6D7A53) is known color: Willow Grove. HEX triplet: 6D, 7A and 53. RGB value is (109,122,83). Sum of RGB (Red+Green+Blue) = 109+122+83=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A53 is #9285AC. Grayscale: #717171. Windows color (decimal): -9602477 or 5470829. OLE color: 5470829.
HSL color Cylindrical-coordinate representation of color #6D7A53: hue angle of 80º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D7A53 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 122 | 83 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.52 |
| HSL | 80º | 0.19% | 0.4% | - |
| HSV(B) | 80º | 0.32% | 0.48% | - |
| XYZ | 14.83 | 17.79 | 10.84 | - |
| YUV | 113.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 83 | 0.11 | 0 | 0.32 | 0.52 | 80 | 0.19 | 0.4 |
| Hex | 6D | 7A | 53 | B | 0 | 20 | 34 | 50 | 13 | 28 |
| Octal | 155 | 172 | 123 | 13 | 0 | 40 | 64 | 120 | 23 | 50 |
| Binary | 1101101 | 1111010 | 1010011 | 1011 | 0 | 100000 | 110100 | 1010000 | 10011 | 101000 |
Color Harmonies of #6D7A53
Complementary color
Monochromatic Colors of #6D7A53
Black with #6D7A53
Text Example
Text Example
White with #6D7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7A53; }
p { color: rgb(109,122,83); }
H1.HeaderClassName
{
color: #6D7A53;
}
.AnyTagClassName
{
color: #6D7A53;
}
</style>
background-color css
<style>
a { background-color: #6D7A53; }
a { background-color: rgb(109,122,83); }
div.DivClassName
{
background-color: #6D7A53;
}
.BgClassName
{
background-color: #6D7A53;
}
</style>
border-color css
<style>
span { border-color: #6D7A53; }
span { border-color: rgb(109,122,83); }
td.TdClassName
{
border-color: #6D7A53;
}
.TagClassName
{
border-color: #6D7A53;
}
</style>