#6E854C

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

Shades of Dingley #6E854C

Tints of Dingley #6E854C

Color information

#6E854C (or 0x6E854C) is unknown color: approx Dingley. HEX triplet: 6E, 85 and 4C. RGB value is (110,133,76). Sum of RGB (Red+Green+Blue) = 110+133+76=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #6E854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E854C is #917AB3. Grayscale: #777777. Windows color (decimal): -9534132 or 5014894. OLE color: 5014894.

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

Color convert

RGB11013376-
CMYK0.1700.430.48
HSL84.21º27.27%40.98%-
HSV(B)84.21º42.86%52.16%-
XYZ16.1220.619.97-
YUV119.62103.38121.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=34.48%
G=41.69%
B=23.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133760.1700.430.4884.2127.2740.98
Hex6E854C1102B30541b29
Octal15620511421053601243351
Binary1101110100001011001100100010101011110000101010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,76); }

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

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

 a { background-color: rgb(110,133,76); }

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

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

 span { border-color: rgb(110,133,76); }

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