#6A775E

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

Shades of Willow Grove #6A775E

Tints of Willow Grove #6A775E

Color information

#6A775E (or 0x6A775E) is unknown color: approx Willow Grove. HEX triplet: 6A, 77 and 5E. RGB value is (106,119,94). Sum of RGB (Red+Green+Blue) = 106+119+94=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #6A775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A775E is #9588A1. Grayscale: #707070. Windows color (decimal): -9799842 or 6190954. OLE color: 6190954.

HSL color Cylindrical-coordinate representation of color #6A775E: hue angle of 91.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A775E is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB10611994-
CMYK0.1100.210.53
HSL91.2º11.74%41.76%-
HSV(B)91.2º21.01%46.67%-
XYZ14.5617.0713.12-
YUV112.26117.69123.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=33.23%
G=37.30%
B=29.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119940.1100.210.5391.211.7441.76
Hex6A775EB015355bc2a
Octal15216713613025651331452
Binary110101011101111011110101101010111010110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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