#647252

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

Shades of Willow Grove #647252

Tints of Willow Grove #647252

Color information

#647252 (or 0x647252) is unknown color: approx Willow Grove. HEX triplet: 64, 72 and 52. RGB value is (100,114,82). Sum of RGB (Red+Green+Blue) = 100+114+82=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #647252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647252 is #9B8DAD. Grayscale: #6A6A6A. Windows color (decimal): -10194350 or 5403236. OLE color: 5403236.

HSL color Cylindrical-coordinate representation of color #647252: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #647252 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB10011482-
CMYK0.1200.280.55
HSL86.25º16.33%38.43%-
HSV(B)86.25º28.07%44.71%-
XYZ12.815.3510.27-
YUV106.17114.36123.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=33.78%
G=38.51%
B=27.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114820.1200.280.5586.2516.3338.43
Hex647252C01C37561026
Octal14416212214034671262046
Binary1100100111001010100101100011100110111101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647252; }

 p { color: rgb(100,114,82); }

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

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

 a { background-color: rgb(100,114,82); }

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

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

 span { border-color: rgb(100,114,82); }

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