#6E864D

Color #6E864D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6E864D

Tints of Dingley #6E864D

Color information

#6E864D (or 0x6E864D) is unknown color: approx Dingley. HEX triplet: 6E, 86 and 4D. RGB value is (110,134,77). Sum of RGB (Red+Green+Blue) = 110+134+77=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #6E864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E864D is #9179B2. Grayscale: #787878. Windows color (decimal): -9533875 or 5080686. OLE color: 5080686.

HSL color Cylindrical-coordinate representation of color #6E864D: hue angle of 85.26º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E864D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB11013477-
CMYK0.1800.430.47
HSL85.26º27.01%41.37%-
HSV(B)85.26º42.54%52.55%-
XYZ16.320.910.2-
YUV120.33103.55120.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=34.27%
G=41.74%
B=23.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110134770.1800.430.4785.2627.0141.37
Hex6E864D1202B2F551b29
Octal15620611522053571253351
Binary1101110100001101001101100100101011101111101010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,77); }

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

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

 a { background-color: rgb(110,134,77); }

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

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

 span { border-color: rgb(110,134,77); }

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