Shades of Willow Grove #6A715D
Tints of Willow Grove #6A715D
RGB
CMYK
RGB Variations
Color information
#6A715D (or 0x6A715D) is known color: Willow Grove. HEX triplet: 6A, 71 and 5D. RGB value is (106,113,93). Sum of RGB (Red+Green+Blue) = 106+113+93=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #6A715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A715D is #958EA2. Grayscale: #6C6C6C. Windows color (decimal): -9801379 or 6123882. OLE color: 6123882.
HSL color Cylindrical-coordinate representation of color #6A715D: hue angle of 81º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A715D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 93 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.56 |
| HSL | 81º | 0.1% | 0.4% | - |
| HSV(B) | 81º | 0.18% | 0.44% | - |
| XYZ | 13.82 | 15.66 | 12.65 | - |
| YUV | 108.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 93 | 0.06 | 0 | 0.18 | 0.56 | 81 | 0.1 | 0.4 |
| Hex | 6A | 71 | 5D | 6 | 0 | 12 | 38 | 51 | A | 28 |
| Octal | 152 | 161 | 135 | 6 | 0 | 22 | 70 | 121 | 12 | 50 |
| Binary | 1101010 | 1110001 | 1011101 | 110 | 0 | 10010 | 111000 | 1010001 | 1010 | 101000 |
Color Harmonies of #6A715D
Complementary color
Monochromatic Colors of #6A715D
Black with #6A715D
Text Example
Text Example
White with #6A715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A715D; }
p { color: rgb(106,113,93); }
H1.HeaderClassName
{
color: #6A715D;
}
.AnyTagClassName
{
color: #6A715D;
}
</style>
background-color css
<style>
a { background-color: #6A715D; }
a { background-color: rgb(106,113,93); }
div.DivClassName
{
background-color: #6A715D;
}
.BgClassName
{
background-color: #6A715D;
}
</style>
border-color css
<style>
span { border-color: #6A715D; }
span { border-color: rgb(106,113,93); }
td.TdClassName
{
border-color: #6A715D;
}
.TagClassName
{
border-color: #6A715D;
}
</style>