#6E806D

Color #6E806D Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #6E806D

Tints of Davy's Grey #6E806D

Color information

#6E806D (or 0x6E806D) is unknown color: approx Davy's Grey. HEX triplet: 6E, 80 and 6D. RGB value is (110,128,109). Sum of RGB (Red+Green+Blue) = 110+128+109=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #6E806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E806D is #917F92. Grayscale: #787878. Windows color (decimal): -9535379 or 7176302. OLE color: 7176302.

HSL color Cylindrical-coordinate representation of color #6E806D: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E806D is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB110128109-
CMYK0.1400.150.50
HSL116.84º8.02%46.47%-
HSV(B)116.84º14.84%50.2%-
XYZ16.9119.8617.41-
YUV120.45121.54120.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.70%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=31.70%
G=36.89%
B=31.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1101281090.1400.150.50116.848.0246.47
Hex6E806DE0F327582e
Octal15620015516017621651056
Binary110111010000000110110111100111111001011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,128,109); }

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

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

 a { background-color: rgb(110,128,109); }

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

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

 span { border-color: rgb(110,128,109); }

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