#6E826D

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

Shades of Davy's Grey #6E826D

Tints of Davy's Grey #6E826D

Color information

#6E826D (or 0x6E826D) is unknown color: approx Davy's Grey. HEX triplet: 6E, 82 and 6D. RGB value is (110,130,109). Sum of RGB (Red+Green+Blue) = 110+130+109=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #6E826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E826D is #917D92. Grayscale: #797979. Windows color (decimal): -9534867 or 7176814. OLE color: 7176814.

HSL color Cylindrical-coordinate representation of color #6E826D: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E826D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB110130109-
CMYK0.1500.160.49
HSL117.14º8.79%46.86%-
HSV(B)117.14º16.15%50.98%-
XYZ17.1720.3817.5-
YUV121.63120.87119.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=31.52%
G=37.25%
B=31.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101301090.1500.160.49117.148.7946.86
Hex6E826DF010317592f
Octal15620215517020611651157
Binary1101110100000101101101111101000011000111101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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