Shades of Willow Grove #6B725C
Tints of Willow Grove #6B725C
RGB
CMYK
RGB Variations
Color information
#6B725C (or 0x6B725C) is known color: Willow Grove. HEX triplet: 6B, 72 and 5C. RGB value is (107,114,92). Sum of RGB (Red+Green+Blue) = 107+114+92=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #6B725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B725C is #948DA3. Grayscale: #6D6D6D. Windows color (decimal): -9735588 or 6058603. OLE color: 6058603.
HSL color Cylindrical-coordinate representation of color #6B725C: hue angle of 79.09º 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 #6B725C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 92 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.55 |
| HSL | 79.09º | 0.11% | 0.4% | - |
| HSV(B) | 79.09º | 0.19% | 0.45% | - |
| XYZ | 14.01 | 15.93 | 12.46 | - |
| YUV | 109.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 92 | 0.06 | 0 | 0.19 | 0.55 | 79.09 | 0.11 | 0.4 |
| Hex | 6B | 72 | 5C | 6 | 0 | 13 | 37 | 4F | B | 28 |
| Octal | 153 | 162 | 134 | 6 | 0 | 23 | 67 | 117 | 13 | 50 |
| Binary | 1101011 | 1110010 | 1011100 | 110 | 0 | 10011 | 110111 | 1001111 | 1011 | 101000 |
Color Harmonies of #6B725C
Complementary color
Monochromatic Colors of #6B725C
Black with #6B725C
Text Example
Text Example
White with #6B725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B725C; }
p { color: rgb(107,114,92); }
H1.HeaderClassName
{
color: #6B725C;
}
.AnyTagClassName
{
color: #6B725C;
}
</style>
background-color css
<style>
a { background-color: #6B725C; }
a { background-color: rgb(107,114,92); }
div.DivClassName
{
background-color: #6B725C;
}
.BgClassName
{
background-color: #6B725C;
}
</style>
border-color css
<style>
span { border-color: #6B725C; }
span { border-color: rgb(107,114,92); }
td.TdClassName
{
border-color: #6B725C;
}
.TagClassName
{
border-color: #6B725C;
}
</style>