#6E846C

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

Shades of Davy's Grey #6E846C

Tints of Davy's Grey #6E846C

Color information

#6E846C (or 0x6E846C) is unknown color: approx Davy's Grey. HEX triplet: 6E, 84 and 6C. RGB value is (110,132,108). Sum of RGB (Red+Green+Blue) = 110+132+108=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #6E846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E846C is #917B93. Grayscale: #7A7A7A. Windows color (decimal): -9534356 or 7111790. OLE color: 7111790.

HSL color Cylindrical-coordinate representation of color #6E846C: hue angle of 115º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E846C is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB110132108-
CMYK0.1700.180.48
HSL115º10%47.06%-
HSV(B)115º18.18%51.76%-
XYZ17.3920.917.31-
YUV122.69119.71118.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.43%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=31.43%
G=37.71%
B=30.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101321080.1700.180.481151047.06
Hex6E846C110123073a2f
Octal15620415421022601631257
Binary11011101000010011011001000101001011000011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,108); }

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

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

 a { background-color: rgb(110,132,108); }

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

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

 span { border-color: rgb(110,132,108); }

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