#6D786D

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

Shades of Davy's Grey #6D786D

Tints of Davy's Grey #6D786D

Color information

#6D786D (or 0x6D786D) is unknown color: approx Davy's Grey. HEX triplet: 6D, 78 and 6D. RGB value is (109,120,109). Sum of RGB (Red+Green+Blue) = 109+120+109=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #6D786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D786D is #928792. Grayscale: #737373. Windows color (decimal): -9602963 or 7174253. OLE color: 7174253.

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

Color convert

RGB109120109-
CMYK0.0900.090.53
HSL120º4.8%44.9%-
HSV(B)120º9.17%47.06%-
XYZ15.7817.7917.07-
YUV115.46124.36123.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.25%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=32.25%
G=35.50%
B=32.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091201090.0900.090.531204.844.9
Hex6D786D909357852d
Octal1551701551101165170555
Binary1101101111100011011011001010011101011111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,109); }

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

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

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

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

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

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

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