Shades of Willow Grove #6B7263
Tints of Willow Grove #6B7263
RGB
CMYK
RGB Variations
Color information
#6B7263 (or 0x6B7263) is known color: Willow Grove. HEX triplet: 6B, 72 and 63. RGB value is (107,114,99). Sum of RGB (Red+Green+Blue) = 107+114+99=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7263 is #948D9C. Grayscale: #6E6E6E. Windows color (decimal): -9735581 or 6517355. OLE color: 6517355.
HSL color Cylindrical-coordinate representation of color #6B7263: hue angle of 88º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B7263 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 99 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.55 |
| HSL | 88º | 0.07% | 0.42% | - |
| HSV(B) | 88º | 0.13% | 0.45% | - |
| XYZ | 14.33 | 16.06 | 14.15 | - |
| YUV | 110.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 99 | 0.06 | 0 | 0.13 | 0.55 | 88 | 0.07 | 0.42 |
| Hex | 6B | 72 | 63 | 6 | 0 | D | 37 | 58 | 7 | 2A |
| Octal | 153 | 162 | 143 | 6 | 0 | 15 | 67 | 130 | 7 | 52 |
| Binary | 1101011 | 1110010 | 1100011 | 110 | 0 | 1101 | 110111 | 1011000 | 111 | 101010 |
Color Harmonies of #6B7263
Complementary color
Monochromatic Colors of #6B7263
Black with #6B7263
Text Example
Text Example
White with #6B7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7263; }
p { color: rgb(107,114,99); }
H1.HeaderClassName
{
color: #6B7263;
}
.AnyTagClassName
{
color: #6B7263;
}
</style>
background-color css
<style>
a { background-color: #6B7263; }
a { background-color: rgb(107,114,99); }
div.DivClassName
{
background-color: #6B7263;
}
.BgClassName
{
background-color: #6B7263;
}
</style>
border-color css
<style>
span { border-color: #6B7263; }
span { border-color: rgb(107,114,99); }
td.TdClassName
{
border-color: #6B7263;
}
.TagClassName
{
border-color: #6B7263;
}
</style>