Shades of Willow Grove #6B7555
Tints of Willow Grove #6B7555
RGB
CMYK
RGB Variations
Color information
#6B7555 (or 0x6B7555) is known color: Willow Grove. HEX triplet: 6B, 75 and 55. RGB value is (107,117,85). Sum of RGB (Red+Green+Blue) = 107+117+85=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7555 is #948AAA. Grayscale: #6E6E6E. Windows color (decimal): -9734827 or 5600619. OLE color: 5600619.
HSL color Cylindrical-coordinate representation of color #6B7555: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B7555 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 85 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.54 |
| HSL | 78.75º | 0.16% | 0.4% | - |
| HSV(B) | 78.75º | 0.27% | 0.46% | - |
| XYZ | 14.06 | 16.5 | 11.04 | - |
| YUV | 110.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 85 | 0.09 | 0 | 0.27 | 0.54 | 78.75 | 0.16 | 0.4 |
| Hex | 6B | 75 | 55 | 9 | 0 | 1B | 36 | 4F | 10 | 28 |
| Octal | 153 | 165 | 125 | 11 | 0 | 33 | 66 | 117 | 20 | 50 |
| Binary | 1101011 | 1110101 | 1010101 | 1001 | 0 | 11011 | 110110 | 1001111 | 10000 | 101000 |
Color Harmonies of #6B7555
Complementary color
Monochromatic Colors of #6B7555
Black with #6B7555
Text Example
Text Example
White with #6B7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7555; }
p { color: rgb(107,117,85); }
H1.HeaderClassName
{
color: #6B7555;
}
.AnyTagClassName
{
color: #6B7555;
}
</style>
background-color css
<style>
a { background-color: #6B7555; }
a { background-color: rgb(107,117,85); }
div.DivClassName
{
background-color: #6B7555;
}
.BgClassName
{
background-color: #6B7555;
}
</style>
border-color css
<style>
span { border-color: #6B7555; }
span { border-color: rgb(107,117,85); }
td.TdClassName
{
border-color: #6B7555;
}
.TagClassName
{
border-color: #6B7555;
}
</style>