#6D834F

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

Shades of Dingley #6D834F

Tints of Dingley #6D834F

Color information

#6D834F (or 0x6D834F) is unknown color: approx Dingley. HEX triplet: 6D, 83 and 4F. RGB value is (109,131,79). Sum of RGB (Red+Green+Blue) = 109+131+79=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #6D834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D834F is #927CB0. Grayscale: #767676. Windows color (decimal): -9600177 or 5210989. OLE color: 5210989.

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

Color convert

RGB10913179-
CMYK0.1700.400.49
HSL85.38º24.76%41.18%-
HSV(B)85.38º39.69%51.37%-
XYZ15.8320.0510.43-
YUV118.49105.71121.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=34.17%
G=41.07%
B=24.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109131790.1700.400.4985.3824.7641.18
Hex6D834F1102831551929
Octal15520311721050611253151
Binary1101101100000111001111100010101000110001101010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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