Shades of Willow Grove #6C725E
Tints of Willow Grove #6C725E
RGB
CMYK
RGB Variations
Color information
#6C725E (or 0x6C725E) is known color: Willow Grove. HEX triplet: 6C, 72 and 5E. RGB value is (108,114,94). Sum of RGB (Red+Green+Blue) = 108+114+94=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #6C725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C725E is #938DA1. Grayscale: #6E6E6E. Windows color (decimal): -9670050 or 6189676. OLE color: 6189676.
HSL color Cylindrical-coordinate representation of color #6C725E: hue angle of 78º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C725E is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 94 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.55 |
| HSL | 78º | 0.1% | 0.41% | - |
| HSV(B) | 78º | 0.18% | 0.45% | - |
| XYZ | 14.22 | 16.03 | 12.93 | - |
| YUV | 109.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 94 | 0.05 | 0 | 0.18 | 0.55 | 78 | 0.1 | 0.41 |
| Hex | 6C | 72 | 5E | 5 | 0 | 12 | 37 | 4E | A | 29 |
| Octal | 154 | 162 | 136 | 5 | 0 | 22 | 67 | 116 | 12 | 51 |
| Binary | 1101100 | 1110010 | 1011110 | 101 | 0 | 10010 | 110111 | 1001110 | 1010 | 101001 |
Color Harmonies of #6C725E
Complementary color
Monochromatic Colors of #6C725E
Black with #6C725E
Text Example
Text Example
White with #6C725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C725E; }
p { color: rgb(108,114,94); }
H1.HeaderClassName
{
color: #6C725E;
}
.AnyTagClassName
{
color: #6C725E;
}
</style>
background-color css
<style>
a { background-color: #6C725E; }
a { background-color: rgb(108,114,94); }
div.DivClassName
{
background-color: #6C725E;
}
.BgClassName
{
background-color: #6C725E;
}
</style>
border-color css
<style>
span { border-color: #6C725E; }
span { border-color: rgb(108,114,94); }
td.TdClassName
{
border-color: #6C725E;
}
.TagClassName
{
border-color: #6C725E;
}
</style>