#6E834F

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

Shades of Dingley #6E834F

Tints of Dingley #6E834F

Color information

#6E834F (or 0x6E834F) is unknown color: approx Dingley. HEX triplet: 6E, 83 and 4F. RGB value is (110,131,79). Sum of RGB (Red+Green+Blue) = 110+131+79=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #6E834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E834F is #917CB0. Grayscale: #767676. Windows color (decimal): -9534641 or 5210990. OLE color: 5210990.

HSL color Cylindrical-coordinate representation of color #6E834F: hue angle of 84.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E834F is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11013179-
CMYK0.1600.400.49
HSL84.23º24.76%41.18%-
HSV(B)84.23º39.69%51.37%-
XYZ15.9620.1110.44-
YUV118.79105.54121.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=34.38%
G=40.94%
B=24.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131790.1600.400.4984.2324.7641.18
Hex6E834F1002831541929
Octal15620311720050611243151
Binary1101110100000111001111100000101000110001101010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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