Shades of Willow Grove #6C725C
Tints of Willow Grove #6C725C
RGB
CMYK
RGB Variations
Color information
#6C725C (or 0x6C725C) is known color: Willow Grove. HEX triplet: 6C, 72 and 5C. RGB value is (108,114,92). Sum of RGB (Red+Green+Blue) = 108+114+92=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #6C725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C725C is #938DA3. Grayscale: #6D6D6D. Windows color (decimal): -9670052 or 6058604. OLE color: 6058604.
HSL color Cylindrical-coordinate representation of color #6C725C: hue angle of 76.36º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C725C is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 92 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.55 |
| HSL | 76.36º | 0.11% | 0.4% | - |
| HSV(B) | 76.36º | 0.19% | 0.45% | - |
| XYZ | 14.13 | 16 | 12.47 | - |
| YUV | 109.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 92 | 0.05 | 0 | 0.19 | 0.55 | 76.36 | 0.11 | 0.4 |
| Hex | 6C | 72 | 5C | 5 | 0 | 13 | 37 | 4C | B | 28 |
| Octal | 154 | 162 | 134 | 5 | 0 | 23 | 67 | 114 | 13 | 50 |
| Binary | 1101100 | 1110010 | 1011100 | 101 | 0 | 10011 | 110111 | 1001100 | 1011 | 101000 |
Color Harmonies of #6C725C
Complementary color
Monochromatic Colors of #6C725C
Black with #6C725C
Text Example
Text Example
White with #6C725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C725C; }
p { color: rgb(108,114,92); }
H1.HeaderClassName
{
color: #6C725C;
}
.AnyTagClassName
{
color: #6C725C;
}
</style>
background-color css
<style>
a { background-color: #6C725C; }
a { background-color: rgb(108,114,92); }
div.DivClassName
{
background-color: #6C725C;
}
.BgClassName
{
background-color: #6C725C;
}
</style>
border-color css
<style>
span { border-color: #6C725C; }
span { border-color: rgb(108,114,92); }
td.TdClassName
{
border-color: #6C725C;
}
.TagClassName
{
border-color: #6C725C;
}
</style>