Shades of Willow Grove #6B7266
Tints of Willow Grove #6B7266
RGB
CMYK
RGB Variations
Color information
#6B7266 (or 0x6B7266) is known color: Willow Grove. HEX triplet: 6B, 72 and 66. RGB value is (107,114,102). Sum of RGB (Red+Green+Blue) = 107+114+102=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7266 is #948D99. Grayscale: #6E6E6E. Windows color (decimal): -9735578 or 6713963. OLE color: 6713963.
HSL color Cylindrical-coordinate representation of color #6B7266: hue angle of 95º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B7266 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 102 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.55 |
| HSL | 95º | 0.06% | 0.42% | - |
| HSV(B) | 95º | 0.11% | 0.45% | - |
| XYZ | 14.48 | 16.12 | 14.92 | - |
| YUV | 110.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 102 | 0.06 | 0 | 0.11 | 0.55 | 95 | 0.06 | 0.42 |
| Hex | 6B | 72 | 66 | 6 | 0 | B | 37 | 5F | 6 | 2A |
| Octal | 153 | 162 | 146 | 6 | 0 | 13 | 67 | 137 | 6 | 52 |
| Binary | 1101011 | 1110010 | 1100110 | 110 | 0 | 1011 | 110111 | 1011111 | 110 | 101010 |
Color Harmonies of #6B7266
Complementary color
Monochromatic Colors of #6B7266
Black with #6B7266
Text Example
Text Example
White with #6B7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7266; }
p { color: rgb(107,114,102); }
H1.HeaderClassName
{
color: #6B7266;
}
.AnyTagClassName
{
color: #6B7266;
}
</style>
background-color css
<style>
a { background-color: #6B7266; }
a { background-color: rgb(107,114,102); }
div.DivClassName
{
background-color: #6B7266;
}
.BgClassName
{
background-color: #6B7266;
}
</style>
border-color css
<style>
span { border-color: #6B7266; }
span { border-color: rgb(107,114,102); }
td.TdClassName
{
border-color: #6B7266;
}
.TagClassName
{
border-color: #6B7266;
}
</style>