Shades of Willow Grove #6B815B
Tints of Willow Grove #6B815B
RGB
CMYK
RGB Variations
Color information
#6B815B (or 0x6B815B) is known color: Willow Grove. HEX triplet: 6B, 81 and 5B. RGB value is (107,129,91). Sum of RGB (Red+Green+Blue) = 107+129+91=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #6B815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B815B is #947EA4. Grayscale: #767676. Windows color (decimal): -9731749 or 5996907. OLE color: 5996907.
HSL color Cylindrical-coordinate representation of color #6B815B: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B815B is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 91 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.49 |
| HSL | 94.74º | 0.17% | 0.43% | - |
| HSV(B) | 94.74º | 0.29% | 0.51% | - |
| XYZ | 15.8 | 19.58 | 12.84 | - |
| YUV | 118.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 91 | 0.17 | 0 | 0.29 | 0.49 | 94.74 | 0.17 | 0.43 |
| Hex | 6B | 81 | 5B | 11 | 0 | 1D | 31 | 5F | 11 | 2B |
| Octal | 153 | 201 | 133 | 21 | 0 | 35 | 61 | 137 | 21 | 53 |
| Binary | 1101011 | 10000001 | 1011011 | 10001 | 0 | 11101 | 110001 | 1011111 | 10001 | 101011 |
Color Harmonies of #6B815B
Complementary color
Monochromatic Colors of #6B815B
Black with #6B815B
Text Example
Text Example
White with #6B815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B815B; }
p { color: rgb(107,129,91); }
H1.HeaderClassName
{
color: #6B815B;
}
.AnyTagClassName
{
color: #6B815B;
}
</style>
background-color css
<style>
a { background-color: #6B815B; }
a { background-color: rgb(107,129,91); }
div.DivClassName
{
background-color: #6B815B;
}
.BgClassName
{
background-color: #6B815B;
}
</style>
border-color css
<style>
span { border-color: #6B815B; }
span { border-color: rgb(107,129,91); }
td.TdClassName
{
border-color: #6B815B;
}
.TagClassName
{
border-color: #6B815B;
}
</style>