#6D834B

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

Shades of Dingley #6D834B

Tints of Dingley #6D834B

Color information

#6D834B (or 0x6D834B) is unknown color: approx Dingley. HEX triplet: 6D, 83 and 4B. RGB value is (109,131,75). Sum of RGB (Red+Green+Blue) = 109+131+75=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #6D834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D834B is #927CB4. Grayscale: #767676. Windows color (decimal): -9600181 or 4948845. OLE color: 4948845.

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

Color convert

RGB10913175-
CMYK0.1700.430.49
HSL83.57º27.18%40.39%-
HSV(B)83.57º42.75%51.37%-
XYZ15.6919.999.69-
YUV118.04103.71121.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=34.60%
G=41.59%
B=23.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109131750.1700.430.4983.5727.1840.39
Hex6D834B1102B31541b28
Octal15520311321053611243350
Binary1101101100000111001011100010101011110001101010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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