#6E706B

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

Shades of Willow Grove #6E706B

Tints of Willow Grove #6E706B

Color information

#6E706B (or 0x6E706B) is unknown color: approx Willow Grove. HEX triplet: 6E, 70 and 6B. RGB value is (110,112,107). Sum of RGB (Red+Green+Blue) = 110+112+107=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 112 - color contains mainly: green. Hex color #6E706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E706B is #918F94. Grayscale: #6E6E6E. Windows color (decimal): -9539477 or 7041134. OLE color: 7041134.

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

Color convert

RGB110112107-
CMYK0.0200.040.56
HSL84º2.28%42.94%-
HSV(B)84º4.46%43.92%-
XYZ14.8815.9616.21-
YUV110.83125.84127.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=33.43%
G=34.04%
B=32.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1101121070.0200.040.56842.2842.94
Hex6E706B204385422b
Octal15616015320470124253
Binary110111011100001101011100100111000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,107); }

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

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

 a { background-color: rgb(110,112,107); }

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

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

 span { border-color: rgb(110,112,107); }

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