#647055

Color #647055 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #647055

Tints of Willow Grove #647055

Color information

#647055 (or 0x647055) is unknown color: approx Willow Grove. HEX triplet: 64, 70 and 55. RGB value is (100,112,85). Sum of RGB (Red+Green+Blue) = 100+112+85=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #647055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647055 is #9B8FAA. Grayscale: #696969. Windows color (decimal): -10194859 or 5599332. OLE color: 5599332.

HSL color Cylindrical-coordinate representation of color #647055: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647055 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB10011285-
CMYK0.1100.240.56
HSL86.67º13.71%38.63%-
HSV(B)86.67º24.11%43.92%-
XYZ12.6914.9510.81-
YUV105.33116.52124.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=33.67%
G=37.71%
B=28.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112850.1100.240.5686.6713.7138.63
Hex647055B0183857e27
Octal14416012513030701271647
Binary110010011100001010101101101100011100010101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647055; }

 p { color: rgb(100,112,85); }

 H1.HeaderClassName
 {
   color: #647055;
 }
 .AnyTagClassName
 {
   color: #647055;
 }
</style>
background-color css

<style>
 a { background-color: #647055; }

 a { background-color: rgb(100,112,85); }

 div.DivClassName
 {
   background-color: #647055;
 }
 .BgClassName
 {
   background-color: #647055;
 }
</style>
border-color css

<style>
 span { border-color: #647055; }

 span { border-color: rgb(100,112,85); }

 td.TdClassName
 {
   border-color: #647055;
 }
 .TagClassName
 {
   border-color: #647055;
 }
</style>