#6D834D

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

Shades of Dingley #6D834D

Tints of Dingley #6D834D

Color information

#6D834D (or 0x6D834D) is unknown color: approx Dingley. HEX triplet: 6D, 83 and 4D. RGB value is (109,131,77). Sum of RGB (Red+Green+Blue) = 109+131+77=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #6D834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D834D is #927CB2. Grayscale: #767676. Windows color (decimal): -9600179 or 5079917. OLE color: 5079917.

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

Color convert

RGB10913177-
CMYK0.1700.410.49
HSL84.44º25.96%40.78%-
HSV(B)84.44º41.22%51.37%-
XYZ15.7620.0210.05-
YUV118.27104.71121.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=34.38%
G=41.32%
B=24.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109131770.1700.410.4984.4425.9640.78
Hex6D834D1102931541a29
Octal15520311521051611243251
Binary1101101100000111001101100010101001110001101010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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