Shades of Willow Grove #6B7259
Tints of Willow Grove #6B7259
RGB
CMYK
RGB Variations
Color information
#6B7259 (or 0x6B7259) is known color: Willow Grove. HEX triplet: 6B, 72 and 59. RGB value is (107,114,89). Sum of RGB (Red+Green+Blue) = 107+114+89=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7259 is #948DA6. Grayscale: #6D6D6D. Windows color (decimal): -9735591 or 5861995. OLE color: 5861995.
HSL color Cylindrical-coordinate representation of color #6B7259: hue angle of 76.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B7259 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 89 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.55 |
| HSL | 76.8º | 0.12% | 0.4% | - |
| HSV(B) | 76.8º | 0.22% | 0.45% | - |
| XYZ | 13.88 | 15.88 | 11.78 | - |
| YUV | 109.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 89 | 0.06 | 0 | 0.22 | 0.55 | 76.8 | 0.12 | 0.4 |
| Hex | 6B | 72 | 59 | 6 | 0 | 16 | 37 | 4D | C | 28 |
| Octal | 153 | 162 | 131 | 6 | 0 | 26 | 67 | 115 | 14 | 50 |
| Binary | 1101011 | 1110010 | 1011001 | 110 | 0 | 10110 | 110111 | 1001101 | 1100 | 101000 |
Color Harmonies of #6B7259
Complementary color
Monochromatic Colors of #6B7259
Black with #6B7259
Text Example
Text Example
White with #6B7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7259; }
p { color: rgb(107,114,89); }
H1.HeaderClassName
{
color: #6B7259;
}
.AnyTagClassName
{
color: #6B7259;
}
</style>
background-color css
<style>
a { background-color: #6B7259; }
a { background-color: rgb(107,114,89); }
div.DivClassName
{
background-color: #6B7259;
}
.BgClassName
{
background-color: #6B7259;
}
</style>
border-color css
<style>
span { border-color: #6B7259; }
span { border-color: rgb(107,114,89); }
td.TdClassName
{
border-color: #6B7259;
}
.TagClassName
{
border-color: #6B7259;
}
</style>