#6A745E

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

Shades of Willow Grove #6A745E

Tints of Willow Grove #6A745E

Color information

#6A745E (or 0x6A745E) is unknown color: approx Willow Grove. HEX triplet: 6A, 74 and 5E. RGB value is (106,116,94). Sum of RGB (Red+Green+Blue) = 106+116+94=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #6A745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A745E is #958BA1. Grayscale: #6E6E6E. Windows color (decimal): -9800610 or 6190186. OLE color: 6190186.

HSL color Cylindrical-coordinate representation of color #6A745E: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A745E is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB10611694-
CMYK0.0900.190.55
HSL87.27º10.48%41.18%-
HSV(B)87.27º18.97%45.49%-
XYZ14.2116.3613-
YUV110.5118.69124.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=33.54%
G=36.71%
B=29.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116940.0900.190.5587.2710.4841.18
Hex6A745E90133757a29
Octal15216413611023671271251
Binary110101011101001011110100101001111011110101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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