#6E894E

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

Shades of Dingley #6E894E

Tints of Dingley #6E894E

Color information

#6E894E (or 0x6E894E) is unknown color: approx Dingley. HEX triplet: 6E, 89 and 4E. RGB value is (110,137,78). Sum of RGB (Red+Green+Blue) = 110+137+78=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #6E894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E894E is #9176B1. Grayscale: #7A7A7A. Windows color (decimal): -9533106 or 5146990. OLE color: 5146990.

HSL color Cylindrical-coordinate representation of color #6E894E: hue angle of 87.46º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E894E is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB11013778-
CMYK0.2000.430.46
HSL87.46º27.44%42.16%-
HSV(B)87.46º43.07%53.73%-
XYZ16.7521.7610.52-
YUV122.2103.05119.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 78 (30.86% from 255) = 24%
R=33.85%
G=42.15%
B=24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110137780.2000.430.4687.4627.4442.16
Hex6E894E1402B2E571b2a
Octal15621111624053561273352
Binary1101110100010011001110101000101011101110101011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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