#6B745E

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

Shades of Willow Grove #6B745E

Tints of Willow Grove #6B745E

Color information

#6B745E (or 0x6B745E) is unknown color: approx Willow Grove. HEX triplet: 6B, 74 and 5E. RGB value is (107,116,94). Sum of RGB (Red+Green+Blue) = 107+116+94=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #6B745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B745E is #948BA1. Grayscale: #6E6E6E. Windows color (decimal): -9735074 or 6190187. OLE color: 6190187.

HSL color Cylindrical-coordinate representation of color #6B745E: hue angle of 84.55º 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 #6B745E is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB10711694-
CMYK0.0800.190.55
HSL84.55º10.48%41.18%-
HSV(B)84.55º18.97%45.49%-
XYZ14.3316.4213-
YUV110.8118.52125.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=33.75%
G=36.59%
B=29.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116940.0800.190.5584.5510.4841.18
Hex6B745E80133755a29
Octal15316413610023671251251
Binary110101111101001011110100001001111011110101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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