#6E864E

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

Shades of Dingley #6E864E

Tints of Dingley #6E864E

Color information

#6E864E (or 0x6E864E) is unknown color: approx Dingley. HEX triplet: 6E, 86 and 4E. RGB value is (110,134,78). Sum of RGB (Red+Green+Blue) = 110+134+78=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #6E864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E864E is #9179B1. Grayscale: #787878. Windows color (decimal): -9533874 or 5146222. OLE color: 5146222.

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

Color convert

RGB11013478-
CMYK0.1800.420.47
HSL85.71º26.42%41.57%-
HSV(B)85.71º41.79%52.55%-
XYZ16.3320.9210.38-
YUV120.44104.05120.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=34.16%
G=41.61%
B=24.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110134780.1800.420.4785.7126.4241.57
Hex6E864E1202A2F561a2a
Octal15620611622052571263252
Binary1101110100001101001110100100101010101111101011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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