#6C745C

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

Shades of Willow Grove #6C745C

Tints of Willow Grove #6C745C

Color information

#6C745C (or 0x6C745C) is unknown color: approx Willow Grove. HEX triplet: 6C, 74 and 5C. RGB value is (108,116,92). Sum of RGB (Red+Green+Blue) = 108+116+92=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #6C745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C745C is #938BA3. Grayscale: #6E6E6E. Windows color (decimal): -9669540 or 6059116. OLE color: 6059116.

HSL color Cylindrical-coordinate representation of color #6C745C: hue angle of 80º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C745C is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB10811692-
CMYK0.0700.210.55
HSL80º11.54%40.78%-
HSV(B)80º20.69%45.49%-
XYZ14.3616.4512.54-
YUV110.87117.35125.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=34.18%
G=36.71%
B=29.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116920.0700.210.558011.5440.78
Hex6C745C70153750c29
Octal1541641347025671201451
Binary11011001110100101110011101010111011110100001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,92); }

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

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

 a { background-color: rgb(108,116,92); }

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

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

 span { border-color: rgb(108,116,92); }

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