#6D796C

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

Shades of Davy's Grey #6D796C

Tints of Davy's Grey #6D796C

Color information

#6D796C (or 0x6D796C) is unknown color: approx Davy's Grey. HEX triplet: 6D, 79 and 6C. RGB value is (109,121,108). Sum of RGB (Red+Green+Blue) = 109+121+108=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #6D796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D796C is #928693. Grayscale: #737373. Windows color (decimal): -9602708 or 7108973. OLE color: 7108973.

HSL color Cylindrical-coordinate representation of color #6D796C: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D796C is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB109121108-
CMYK0.1000.110.53
HSL115.38º5.68%44.9%-
HSV(B)115.38º10.74%47.45%-
XYZ15.8518.0116.83-
YUV115.93123.52123.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.25%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=32.25%
G=35.80%
B=31.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091211080.1000.110.53115.385.6844.9
Hex6D796CA0B357362d
Octal1551711541201365163655
Binary1101101111100111011001010010111101011110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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