Shades of Willow Grove #636F50
Tints of Willow Grove #636F50
RGB
CMYK
RGB Variations
Color information
#636F50 (or 0x636F50) is known color: Willow Grove. HEX triplet: 63, 6F and 50. RGB value is (99,111,80). Sum of RGB (Red+Green+Blue) = 99+111+80=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #636F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F50 is #9C90AF. Grayscale: #676767. Windows color (decimal): -10260656 or 5271395. OLE color: 5271395.
HSL color Cylindrical-coordinate representation of color #636F50: hue angle of 83.23º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #636F50 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 111 | 80 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.56 |
| HSL | 83.23º | 0.16% | 0.37% | - |
| HSV(B) | 83.23º | 0.28% | 0.44% | - |
| XYZ | 12.28 | 14.6 | 9.76 | - |
| YUV | 103.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 80 | 0.11 | 0 | 0.28 | 0.56 | 83.23 | 0.16 | 0.37 |
| Hex | 63 | 6F | 50 | B | 0 | 1C | 38 | 53 | 10 | 25 |
| Octal | 143 | 157 | 120 | 13 | 0 | 34 | 70 | 123 | 20 | 45 |
| Binary | 1100011 | 1101111 | 1010000 | 1011 | 0 | 11100 | 111000 | 1010011 | 10000 | 100101 |
Color Harmonies of #636F50
Complementary color
Monochromatic Colors of #636F50
Black with #636F50
Text Example
Text Example
White with #636F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F50; }
p { color: rgb(99,111,80); }
H1.HeaderClassName
{
color: #636F50;
}
.AnyTagClassName
{
color: #636F50;
}
</style>
background-color css
<style>
a { background-color: #636F50; }
a { background-color: rgb(99,111,80); }
div.DivClassName
{
background-color: #636F50;
}
.BgClassName
{
background-color: #636F50;
}
</style>
border-color css
<style>
span { border-color: #636F50; }
span { border-color: rgb(99,111,80); }
td.TdClassName
{
border-color: #636F50;
}
.TagClassName
{
border-color: #636F50;
}
</style>