#6E716A

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

Shades of Willow Grove #6E716A

Tints of Willow Grove #6E716A

Color information

#6E716A (or 0x6E716A) is unknown color: approx Willow Grove. HEX triplet: 6E, 71 and 6A. RGB value is (110,113,106). Sum of RGB (Red+Green+Blue) = 110+113+106=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 113 - color contains mainly: green. Hex color #6E716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E716A is #918E95. Grayscale: #6F6F6F. Windows color (decimal): -9539222 or 6975854. OLE color: 6975854.

HSL color Cylindrical-coordinate representation of color #6E716A: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6E716A is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB110113106-
CMYK0.0300.060.56
HSL85.71º3.2%42.94%-
HSV(B)85.71º6.19%44.31%-
XYZ14.9416.1715.97-
YUV111.3125.01127.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=33.43%
G=34.35%
B=32.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1101131060.0300.060.5685.713.242.94
Hex6E716A306385632b
Octal15616115230670126353
Binary110111011100011101010110110111000101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,106); }

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

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

 a { background-color: rgb(110,113,106); }

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

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

 span { border-color: rgb(110,113,106); }

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