#6D844A

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

Shades of Dingley #6D844A

Tints of Dingley #6D844A

Color information

#6D844A (or 0x6D844A) is unknown color: approx Dingley. HEX triplet: 6D, 84 and 4A. RGB value is (109,132,74). Sum of RGB (Red+Green+Blue) = 109+132+74=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #6D844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D844A is #927BB5. Grayscale: #767676. Windows color (decimal): -9599926 or 4883565. OLE color: 4883565.

HSL color Cylindrical-coordinate representation of color #6D844A: hue angle of 83.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D844A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB10913274-
CMYK0.1700.440.48
HSL83.79º28.16%40.39%-
HSV(B)83.79º43.94%51.76%-
XYZ15.7920.259.55-
YUV118.51102.88121.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=34.60%
G=41.90%
B=23.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109132740.1700.440.4883.7928.1640.39
Hex6D844A1102C30541c28
Octal15520411221054601243450
Binary1101101100001001001010100010101100110000101010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,132,74); }

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

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

 a { background-color: rgb(109,132,74); }

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

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

 span { border-color: rgb(109,132,74); }

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