Shades of Willow Grove #646B5C
Tints of Willow Grove #646B5C
RGB
CMYK
RGB Variations
Color information
#646B5C (or 0x646B5C) is known color: Willow Grove. HEX triplet: 64, 6B and 5C. RGB value is (100,107,92). Sum of RGB (Red+Green+Blue) = 100+107+92=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 107 - color contains mainly: green. Hex color #646B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B5C is #9B94A3. Grayscale: #676767. Windows color (decimal): -10196132 or 6056804. OLE color: 6056804.
HSL color Cylindrical-coordinate representation of color #646B5C: hue angle of 88º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646B5C is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
RGB | 100 | 107 | 92 | - |
CMYK | 0.07 | 0 | 0.14 | 0.58 |
HSL | 88º | 0.08% | 0.39% | - |
HSV(B) | 88º | 0.14% | 0.42% | - |
XYZ | 12.44 | 14 | 12.17 | - |
YUV | 103.2 | 121.68 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 100 | 107 | 92 | 0.07 | 0 | 0.14 | 0.58 | 88 | 0.08 | 0.39 |
Hex | 64 | 6B | 5C | 7 | 0 | E | 3A | 58 | 8 | 27 |
Octal | 144 | 153 | 134 | 7 | 0 | 16 | 72 | 130 | 10 | 47 |
Binary | 1100100 | 1101011 | 1011100 | 111 | 0 | 1110 | 111010 | 1011000 | 1000 | 100111 |
Color Harmonies of #646B5C
Complementary color
Monochromatic Colors of #646B5C
Black with #646B5C
Text Example
Text Example
White with #646B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646B5C; }
p { color: rgb(100,107,92); }
H1.HeaderClassName
{
color: #646B5C;
}
.AnyTagClassName
{
color: #646B5C;
}
</style>
background-color css
<style>
a { background-color: #646B5C; }
a { background-color: rgb(100,107,92); }
div.DivClassName
{
background-color: #646B5C;
}
.BgClassName
{
background-color: #646B5C;
}
</style>
border-color css
<style>
span { border-color: #646B5C; }
span { border-color: rgb(100,107,92); }
td.TdClassName
{
border-color: #646B5C;
}
.TagClassName
{
border-color: #646B5C;
}
</style>