Shades of Willow Grove #63695D
Tints of Willow Grove #63695D
RGB
CMYK
RGB Variations
Color information
#63695D (or 0x63695D) is known color: Willow Grove. HEX triplet: 63, 69 and 5D. RGB value is (99,105,93). Sum of RGB (Red+Green+Blue) = 99+105+93=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 105 - color contains mainly: green. Hex color #63695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63695D is #9C96A2. Grayscale: #656565. Windows color (decimal): -10262179 or 6121827. OLE color: 6121827.
HSL color Cylindrical-coordinate representation of color #63695D: hue angle of 90º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #63695D is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 105 | 93 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.59 |
| HSL | 90º | 0.06% | 0.39% | - |
| HSV(B) | 90º | 0.11% | 0.41% | - |
| XYZ | 12.17 | 13.55 | 12.33 | - |
| YUV | 101.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 93 | 0.06 | 0 | 0.11 | 0.59 | 90 | 0.06 | 0.39 |
| Hex | 63 | 69 | 5D | 6 | 0 | B | 3B | 5A | 6 | 27 |
| Octal | 143 | 151 | 135 | 6 | 0 | 13 | 73 | 132 | 6 | 47 |
| Binary | 1100011 | 1101001 | 1011101 | 110 | 0 | 1011 | 111011 | 1011010 | 110 | 100111 |
Color Harmonies of #63695D
Complementary color
Monochromatic Colors of #63695D
Black with #63695D
Text Example
Text Example
White with #63695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63695D; }
p { color: rgb(99,105,93); }
H1.HeaderClassName
{
color: #63695D;
}
.AnyTagClassName
{
color: #63695D;
}
</style>
background-color css
<style>
a { background-color: #63695D; }
a { background-color: rgb(99,105,93); }
div.DivClassName
{
background-color: #63695D;
}
.BgClassName
{
background-color: #63695D;
}
</style>
border-color css
<style>
span { border-color: #63695D; }
span { border-color: rgb(99,105,93); }
td.TdClassName
{
border-color: #63695D;
}
.TagClassName
{
border-color: #63695D;
}
</style>