Shades of Willow Grove #6B725B
Tints of Willow Grove #6B725B
RGB
CMYK
RGB Variations
Color information
#6B725B (or 0x6B725B) is known color: Willow Grove. HEX triplet: 6B, 72 and 5B. RGB value is (107,114,91). Sum of RGB (Red+Green+Blue) = 107+114+91=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #6B725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B725B is #948DA4. Grayscale: #6D6D6D. Windows color (decimal): -9735589 or 5993067. OLE color: 5993067.
HSL color Cylindrical-coordinate representation of color #6B725B: hue angle of 78.26º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B725B is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 91 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.55 |
| HSL | 78.26º | 0.11% | 0.4% | - |
| HSV(B) | 78.26º | 0.2% | 0.45% | - |
| XYZ | 13.97 | 15.92 | 12.23 | - |
| YUV | 109.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 91 | 0.06 | 0 | 0.20 | 0.55 | 78.26 | 0.11 | 0.4 |
| Hex | 6B | 72 | 5B | 6 | 0 | 14 | 37 | 4E | B | 28 |
| Octal | 153 | 162 | 133 | 6 | 0 | 24 | 67 | 116 | 13 | 50 |
| Binary | 1101011 | 1110010 | 1011011 | 110 | 0 | 10100 | 110111 | 1001110 | 1011 | 101000 |
Color Harmonies of #6B725B
Complementary color
Monochromatic Colors of #6B725B
Black with #6B725B
Text Example
Text Example
White with #6B725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B725B; }
p { color: rgb(107,114,91); }
H1.HeaderClassName
{
color: #6B725B;
}
.AnyTagClassName
{
color: #6B725B;
}
</style>
background-color css
<style>
a { background-color: #6B725B; }
a { background-color: rgb(107,114,91); }
div.DivClassName
{
background-color: #6B725B;
}
.BgClassName
{
background-color: #6B725B;
}
</style>
border-color css
<style>
span { border-color: #6B725B; }
span { border-color: rgb(107,114,91); }
td.TdClassName
{
border-color: #6B725B;
}
.TagClassName
{
border-color: #6B725B;
}
</style>