#6D806C

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

Shades of Davy's Grey #6D806C

Tints of Davy's Grey #6D806C

Color information

#6D806C (or 0x6D806C) is unknown color: approx Davy's Grey. HEX triplet: 6D, 80 and 6C. RGB value is (109,128,108). Sum of RGB (Red+Green+Blue) = 109+128+108=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #6D806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D806C is #927F93. Grayscale: #787878. Windows color (decimal): -9600916 or 7110765. OLE color: 7110765.

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

Color convert

RGB109128108-
CMYK0.1500.160.50
HSL117º8.47%46.27%-
HSV(B)117º15.62%50.2%-
XYZ16.7319.7717.12-
YUV120.04121.21120.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=31.59%
G=37.10%
B=31.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1091281080.1500.160.501178.4746.27
Hex6D806CF010327582e
Octal15520015417020621651056
Binary1101101100000001101100111101000011001011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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