Shades of Willow Grove #6B745C
Tints of Willow Grove #6B745C
RGB
CMYK
RGB Variations
Color information
#6B745C (or 0x6B745C) is known color: Willow Grove. HEX triplet: 6B, 74 and 5C. RGB value is (107,116,92). Sum of RGB (Red+Green+Blue) = 107+116+92=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #6B745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B745C is #948BA3. Grayscale: #6E6E6E. Windows color (decimal): -9735076 or 6059115. OLE color: 6059115.
HSL color Cylindrical-coordinate representation of color #6B745C: hue angle of 82.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B745C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 92 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.55 |
| HSL | 82.5º | 0.12% | 0.41% | - |
| HSV(B) | 82.5º | 0.21% | 0.45% | - |
| XYZ | 14.24 | 16.39 | 12.54 | - |
| YUV | 110.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 92 | 0.08 | 0 | 0.21 | 0.55 | 82.5 | 0.12 | 0.41 |
| Hex | 6B | 74 | 5C | 8 | 0 | 15 | 37 | 52 | C | 29 |
| Octal | 153 | 164 | 134 | 10 | 0 | 25 | 67 | 122 | 14 | 51 |
| Binary | 1101011 | 1110100 | 1011100 | 1000 | 0 | 10101 | 110111 | 1010010 | 1100 | 101001 |
Color Harmonies of #6B745C
Complementary color
Monochromatic Colors of #6B745C
Black with #6B745C
Text Example
Text Example
White with #6B745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B745C; }
p { color: rgb(107,116,92); }
H1.HeaderClassName
{
color: #6B745C;
}
.AnyTagClassName
{
color: #6B745C;
}
</style>
background-color css
<style>
a { background-color: #6B745C; }
a { background-color: rgb(107,116,92); }
div.DivClassName
{
background-color: #6B745C;
}
.BgClassName
{
background-color: #6B745C;
}
</style>
border-color css
<style>
span { border-color: #6B745C; }
span { border-color: rgb(107,116,92); }
td.TdClassName
{
border-color: #6B745C;
}
.TagClassName
{
border-color: #6B745C;
}
</style>