#6C7064

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

Shades of Willow Grove #6C7064

Tints of Willow Grove #6C7064

Color information

#6C7064 (or 0x6C7064) is unknown color: approx Willow Grove. HEX triplet: 6C, 70 and 64. RGB value is (108,112,100). Sum of RGB (Red+Green+Blue) = 108+112+100=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7064 is #938F9B. Grayscale: #6D6D6D. Windows color (decimal): -9670556 or 6582380. OLE color: 6582380.

HSL color Cylindrical-coordinate representation of color #6C7064: hue angle of 80º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C7064 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB108112100-
CMYK0.0400.110.56
HSL80º5.66%41.57%-
HSV(B)80º10.71%43.92%-
XYZ14.2815.714.33-
YUV109.44122.67126.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=33.75%
G=35%
B=31.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1081121000.0400.110.56805.6641.57
Hex6C706440B385062a
Octal154160144401370120652
Binary110110011100001100100100010111110001010000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7064; }

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

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

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

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

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

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

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

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