Shades of Willow Grove #6D7267
Tints of Willow Grove #6D7267
RGB
CMYK
RGB Variations
Color information
#6D7267 (or 0x6D7267) is known color: Willow Grove. HEX triplet: 6D, 72 and 67. RGB value is (109,114,103). Sum of RGB (Red+Green+Blue) = 109+114+103=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7267 is #928D98. Grayscale: #6F6F6F. Windows color (decimal): -9604505 or 6779501. OLE color: 6779501.
HSL color Cylindrical-coordinate representation of color #6D7267: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D7267 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 103 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.55 |
| HSL | 87.27º | 0.05% | 0.43% | - |
| HSV(B) | 87.27º | 0.1% | 0.45% | - |
| XYZ | 14.77 | 16.27 | 15.19 | - |
| YUV | 111.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 103 | 0.04 | 0 | 0.10 | 0.55 | 87.27 | 0.05 | 0.43 |
| Hex | 6D | 72 | 67 | 4 | 0 | A | 37 | 57 | 5 | 2B |
| Octal | 155 | 162 | 147 | 4 | 0 | 12 | 67 | 127 | 5 | 53 |
| Binary | 1101101 | 1110010 | 1100111 | 100 | 0 | 1010 | 110111 | 1010111 | 101 | 101011 |
Color Harmonies of #6D7267
Complementary color
Monochromatic Colors of #6D7267
Black with #6D7267
Text Example
Text Example
White with #6D7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7267; }
p { color: rgb(109,114,103); }
H1.HeaderClassName
{
color: #6D7267;
}
.AnyTagClassName
{
color: #6D7267;
}
</style>
background-color css
<style>
a { background-color: #6D7267; }
a { background-color: rgb(109,114,103); }
div.DivClassName
{
background-color: #6D7267;
}
.BgClassName
{
background-color: #6D7267;
}
</style>
border-color css
<style>
span { border-color: #6D7267; }
span { border-color: rgb(109,114,103); }
td.TdClassName
{
border-color: #6D7267;
}
.TagClassName
{
border-color: #6D7267;
}
</style>