#6C7364

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

Shades of Willow Grove #6C7364

Tints of Willow Grove #6C7364

Color information

#6C7364 (or 0x6C7364) is unknown color: approx Willow Grove. HEX triplet: 6C, 73 and 64. RGB value is (108,115,100). Sum of RGB (Red+Green+Blue) = 108+115+100=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7364 is #938C9B. Grayscale: #6F6F6F. Windows color (decimal): -9669788 or 6583148. OLE color: 6583148.

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

Color convert

RGB108115100-
CMYK0.0600.130.55
HSL88º6.98%42.16%-
HSV(B)88º13.04%45.1%-
XYZ14.6216.3714.45-
YUV111.2121.68125.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.44%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=33.44%
G=35.60%
B=30.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081151000.0600.130.55886.9842.16
Hex6C736460D375872a
Octal154163144601567130752
Binary110110011100111100100110011011101111011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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