#6A6E60

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

Shades of Willow Grove #6A6E60

Tints of Willow Grove #6A6E60

Color information

#6A6E60 (or 0x6A6E60) is unknown color: approx Willow Grove. HEX triplet: 6A, 6E and 60. RGB value is (106,110,96). Sum of RGB (Red+Green+Blue) = 106+110+96=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6E60 is #95919F. Grayscale: #6B6B6B. Windows color (decimal): -9802144 or 6319722. OLE color: 6319722.

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

Color convert

RGB10611096-
CMYK0.0400.130.57
HSL77.14º6.8%40.39%-
HSV(B)77.14º12.73%43.14%-
XYZ13.6315.0613.25-
YUV107.21121.67127.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=33.97%
G=35.26%
B=30.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106110960.0400.130.5777.146.840.39
Hex6A6E6040D394d728
Octal152156140401571115750
Binary110101011011101100000100011011110011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,110,96); }

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

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

 a { background-color: rgb(106,110,96); }

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

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

 span { border-color: rgb(106,110,96); }

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