Shades of Willow Grove #6B7463
Tints of Willow Grove #6B7463
RGB
CMYK
RGB Variations
Color information
#6B7463 (or 0x6B7463) is known color: Willow Grove. HEX triplet: 6B, 74 and 63. RGB value is (107,116,99). Sum of RGB (Red+Green+Blue) = 107+116+99=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7463 is #948B9C. Grayscale: #6F6F6F. Windows color (decimal): -9735069 or 6517867. OLE color: 6517867.
HSL color Cylindrical-coordinate representation of color #6B7463: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B7463 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 99 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.55 |
| HSL | 91.76º | 0.08% | 0.42% | - |
| HSV(B) | 91.76º | 0.15% | 0.45% | - |
| XYZ | 14.56 | 16.52 | 14.23 | - |
| YUV | 111.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 99 | 0.08 | 0 | 0.15 | 0.55 | 91.76 | 0.08 | 0.42 |
| Hex | 6B | 74 | 63 | 8 | 0 | F | 37 | 5C | 8 | 2A |
| Octal | 153 | 164 | 143 | 10 | 0 | 17 | 67 | 134 | 10 | 52 |
| Binary | 1101011 | 1110100 | 1100011 | 1000 | 0 | 1111 | 110111 | 1011100 | 1000 | 101010 |
Color Harmonies of #6B7463
Complementary color
Monochromatic Colors of #6B7463
Black with #6B7463
Text Example
Text Example
White with #6B7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7463; }
p { color: rgb(107,116,99); }
H1.HeaderClassName
{
color: #6B7463;
}
.AnyTagClassName
{
color: #6B7463;
}
</style>
background-color css
<style>
a { background-color: #6B7463; }
a { background-color: rgb(107,116,99); }
div.DivClassName
{
background-color: #6B7463;
}
.BgClassName
{
background-color: #6B7463;
}
</style>
border-color css
<style>
span { border-color: #6B7463; }
span { border-color: rgb(107,116,99); }
td.TdClassName
{
border-color: #6B7463;
}
.TagClassName
{
border-color: #6B7463;
}
</style>