#6E836C

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

Shades of Davy's Grey #6E836C

Tints of Davy's Grey #6E836C

Color information

#6E836C (or 0x6E836C) is unknown color: approx Davy's Grey. HEX triplet: 6E, 83 and 6C. RGB value is (110,131,108). Sum of RGB (Red+Green+Blue) = 110+131+108=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #6E836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E836C is #917C93. Grayscale: #7A7A7A. Windows color (decimal): -9534612 or 7111534. OLE color: 7111534.

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

Color convert

RGB110131108-
CMYK0.1600.180.49
HSL114.78º9.62%46.86%-
HSV(B)114.78º17.56%51.37%-
XYZ17.2520.6317.26-
YUV122.1120.04119.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=31.52%
G=37.54%
B=30.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101311080.1600.180.49114.789.6246.86
Hex6E836C100123173a2f
Octal15620315420022611631257
Binary11011101000001111011001000001001011000111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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