#6D8543

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

Shades of Dingley #6D8543

Tints of Dingley #6D8543

Color information

#6D8543 (or 0x6D8543) is unknown color: approx Dingley. HEX triplet: 6D, 85 and 43. RGB value is (109,133,67). Sum of RGB (Red+Green+Blue) = 109+133+67=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8543 is #927ABC. Grayscale: #767676. Windows color (decimal): -9599677 or 4425069. OLE color: 4425069.

HSL color Cylindrical-coordinate representation of color #6D8543: hue angle of 81.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D8543 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB10913367-
CMYK0.1800.500.48
HSL81.82º33%39.22%-
HSV(B)81.82º49.62%52.16%-
XYZ15.7120.438.43-
YUV118.399.05121.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=35.28%
G=43.04%
B=21.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109133670.1800.500.4881.823339.22
Hex6D85431203230522127
Octal15520510322062601224147
Binary11011011000010110000111001001100101100001010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,67); }

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

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

 a { background-color: rgb(109,133,67); }

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

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

 span { border-color: rgb(109,133,67); }

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