#6A774E

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

Shades of Willow Grove #6A774E

Tints of Willow Grove #6A774E

Color information

#6A774E (or 0x6A774E) is unknown color: approx Willow Grove. HEX triplet: 6A, 77 and 4E. RGB value is (106,119,78). Sum of RGB (Red+Green+Blue) = 106+119+78=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #6A774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A774E is #9588B1. Grayscale: #6E6E6E. Windows color (decimal): -9799858 or 5142378. OLE color: 5142378.

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

Color convert

RGB10611978-
CMYK0.1100.340.53
HSL79.02º20.81%38.63%-
HSV(B)79.02º34.45%46.67%-
XYZ13.9216.819.72-
YUV110.44109.69124.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=34.98%
G=39.27%
B=25.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119780.1100.340.5379.0220.8138.63
Hex6A774EB022354f1527
Octal15216711613042651172547
Binary11010101110111100111010110100010110101100111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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