Shades of Willow Grove #6B7C53
Tints of Willow Grove #6B7C53
RGB
CMYK
RGB Variations
Color information
#6B7C53 (or 0x6B7C53) is known color: Willow Grove. HEX triplet: 6B, 7C and 53. RGB value is (107,124,83). Sum of RGB (Red+Green+Blue) = 107+124+83=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C53 is #9483AC. Grayscale: #727272. Windows color (decimal): -9733037 or 5471339. OLE color: 5471339.
HSL color Cylindrical-coordinate representation of color #6B7C53: hue angle of 84.88º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B7C53 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 83 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.51 |
| HSL | 84.88º | 0.2% | 0.41% | - |
| HSV(B) | 84.88º | 0.33% | 0.49% | - |
| XYZ | 14.83 | 18.17 | 10.91 | - |
| YUV | 114.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 83 | 0.14 | 0 | 0.33 | 0.51 | 84.88 | 0.2 | 0.41 |
| Hex | 6B | 7C | 53 | E | 0 | 21 | 33 | 55 | 14 | 29 |
| Octal | 153 | 174 | 123 | 16 | 0 | 41 | 63 | 125 | 24 | 51 |
| Binary | 1101011 | 1111100 | 1010011 | 1110 | 0 | 100001 | 110011 | 1010101 | 10100 | 101001 |
Color Harmonies of #6B7C53
Complementary color
Monochromatic Colors of #6B7C53
Black with #6B7C53
Text Example
Text Example
White with #6B7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C53; }
p { color: rgb(107,124,83); }
H1.HeaderClassName
{
color: #6B7C53;
}
.AnyTagClassName
{
color: #6B7C53;
}
</style>
background-color css
<style>
a { background-color: #6B7C53; }
a { background-color: rgb(107,124,83); }
div.DivClassName
{
background-color: #6B7C53;
}
.BgClassName
{
background-color: #6B7C53;
}
</style>
border-color css
<style>
span { border-color: #6B7C53; }
span { border-color: rgb(107,124,83); }
td.TdClassName
{
border-color: #6B7C53;
}
.TagClassName
{
border-color: #6B7C53;
}
</style>