Shades of Willow Grove #6A715A
Tints of Willow Grove #6A715A
RGB
CMYK
RGB Variations
Color information
#6A715A (or 0x6A715A) is known color: Willow Grove. HEX triplet: 6A, 71 and 5A. RGB value is (106,113,90). Sum of RGB (Red+Green+Blue) = 106+113+90=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #6A715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A715A is #958EA5. Grayscale: #6C6C6C. Windows color (decimal): -9801382 or 5927274. OLE color: 5927274.
HSL color Cylindrical-coordinate representation of color #6A715A: hue angle of 78.26º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A715A is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 90 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.56 |
| HSL | 78.26º | 0.11% | 0.4% | - |
| HSV(B) | 78.26º | 0.2% | 0.44% | - |
| XYZ | 13.69 | 15.61 | 11.96 | - |
| YUV | 108.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 90 | 0.06 | 0 | 0.20 | 0.56 | 78.26 | 0.11 | 0.4 |
| Hex | 6A | 71 | 5A | 6 | 0 | 14 | 38 | 4E | B | 28 |
| Octal | 152 | 161 | 132 | 6 | 0 | 24 | 70 | 116 | 13 | 50 |
| Binary | 1101010 | 1110001 | 1011010 | 110 | 0 | 10100 | 111000 | 1001110 | 1011 | 101000 |
Color Harmonies of #6A715A
Complementary color
Monochromatic Colors of #6A715A
Black with #6A715A
Text Example
Text Example
White with #6A715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A715A; }
p { color: rgb(106,113,90); }
H1.HeaderClassName
{
color: #6A715A;
}
.AnyTagClassName
{
color: #6A715A;
}
</style>
background-color css
<style>
a { background-color: #6A715A; }
a { background-color: rgb(106,113,90); }
div.DivClassName
{
background-color: #6A715A;
}
.BgClassName
{
background-color: #6A715A;
}
</style>
border-color css
<style>
span { border-color: #6A715A; }
span { border-color: rgb(106,113,90); }
td.TdClassName
{
border-color: #6A715A;
}
.TagClassName
{
border-color: #6A715A;
}
</style>