#6E834B

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

Shades of Dingley #6E834B

Tints of Dingley #6E834B

Color information

#6E834B (or 0x6E834B) is unknown color: approx Dingley. HEX triplet: 6E, 83 and 4B. RGB value is (110,131,75). Sum of RGB (Red+Green+Blue) = 110+131+75=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #6E834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E834B is #917CB4. Grayscale: #767676. Windows color (decimal): -9534645 or 4948846. OLE color: 4948846.

HSL color Cylindrical-coordinate representation of color #6E834B: hue angle of 82.5º 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 #6E834B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB11013175-
CMYK0.1600.430.49
HSL82.5º27.18%40.39%-
HSV(B)82.5º42.75%51.37%-
XYZ15.8220.069.69-
YUV118.34103.54122.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=34.81%
G=41.46%
B=23.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131750.1600.430.4982.527.1840.39
Hex6E834B1002B31531b28
Octal15620311320053611233350
Binary1101110100000111001011100000101011110001101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,75); }

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

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

 a { background-color: rgb(110,131,75); }

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

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

 span { border-color: rgb(110,131,75); }

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