#6D8240

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

Shades of Dingley #6D8240

Tints of Dingley #6D8240

Color information

#6D8240 (or 0x6D8240) is unknown color: approx Dingley. HEX triplet: 6D, 82 and 40. RGB value is (109,130,64). Sum of RGB (Red+Green+Blue) = 109+130+64=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8240 is #927DBF. Grayscale: #747474. Windows color (decimal): -9600448 or 4227693. OLE color: 4227693.

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

Color convert

RGB10913064-
CMYK0.1600.510.49
HSL79.09º34.02%38.04%-
HSV(B)79.09º50.77%50.98%-
XYZ15.2119.597.83-
YUV116.298.54122.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=35.97%
G=42.90%
B=21.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109130640.1600.510.4979.0934.0238.04
Hex6D824010033314f2226
Octal15520210020063611174246
Binary11011011000001010000001000001100111100011001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,64); }

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

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

 a { background-color: rgb(109,130,64); }

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

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

 span { border-color: rgb(109,130,64); }

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