#6C745A

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

Shades of Willow Grove #6C745A

Tints of Willow Grove #6C745A

Color information

#6C745A (or 0x6C745A) is unknown color: approx Willow Grove. HEX triplet: 6C, 74 and 5A. RGB value is (108,116,90). Sum of RGB (Red+Green+Blue) = 108+116+90=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #6C745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C745A is #938BA5. Grayscale: #6E6E6E. Windows color (decimal): -9669542 or 5928044. OLE color: 5928044.

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

Color convert

RGB10811690-
CMYK0.0700.220.55
HSL78.46º12.62%40.39%-
HSV(B)78.46º22.41%45.49%-
XYZ14.2816.4212.09-
YUV110.64116.35126.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.39%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=34.39%
G=36.94%
B=28.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116900.0700.220.5578.4612.6240.39
Hex6C745A7016374ed28
Octal1541641327026671161550
Binary11011001110100101101011101011011011110011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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