#6A755E

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

Shades of Willow Grove #6A755E

Tints of Willow Grove #6A755E

Color information

#6A755E (or 0x6A755E) is unknown color: approx Willow Grove. HEX triplet: 6A, 75 and 5E. RGB value is (106,117,94). Sum of RGB (Red+Green+Blue) = 106+117+94=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #6A755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A755E is #958AA1. Grayscale: #6F6F6F. Windows color (decimal): -9800354 or 6190442. OLE color: 6190442.

HSL color Cylindrical-coordinate representation of color #6A755E: hue angle of 88.7º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A755E is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB10611794-
CMYK0.0900.200.54
HSL88.7º10.9%41.37%-
HSV(B)88.7º19.66%45.88%-
XYZ14.3316.5913.04-
YUV111.09118.36124.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=33.44%
G=36.91%
B=29.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117940.0900.200.5488.710.941.37
Hex6A755E90143659b29
Octal15216513611024661311351
Binary110101011101011011110100101010011011010110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,117,94); }

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

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

 a { background-color: rgb(106,117,94); }

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

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

 span { border-color: rgb(106,117,94); }

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