#6E824A

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

Shades of Dingley #6E824A

Tints of Dingley #6E824A

Color information

#6E824A (or 0x6E824A) is unknown color: approx Dingley. HEX triplet: 6E, 82 and 4A. RGB value is (110,130,74). Sum of RGB (Red+Green+Blue) = 110+130+74=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #6E824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E824A is #917DB5. Grayscale: #757575. Windows color (decimal): -9534902 or 4883054. OLE color: 4883054.

HSL color Cylindrical-coordinate representation of color #6E824A: hue angle of 81.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E824A is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB11013074-
CMYK0.1500.430.49
HSL81.43º27.45%40%-
HSV(B)81.43º43.08%50.98%-
XYZ15.6519.779.47-
YUV117.64103.37122.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=35.03%
G=41.40%
B=23.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130740.1500.430.4981.4327.4540
Hex6E824AF02B31511b28
Octal15620211217053611213350
Binary110111010000010100101011110101011110001101000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,74); }

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

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

 a { background-color: rgb(110,130,74); }

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

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

 span { border-color: rgb(110,130,74); }

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