#6D803C

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

Shades of Dingley #6D803C

Tints of Dingley #6D803C

Color information

#6D803C (or 0x6D803C) is unknown color: approx Dingley. HEX triplet: 6D, 80 and 3C. RGB value is (109,128,60). Sum of RGB (Red+Green+Blue) = 109+128+60=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #6D803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D803C is #927FC3. Grayscale: #727272. Windows color (decimal): -9600964 or 3965037. OLE color: 3965037.

HSL color Cylindrical-coordinate representation of color #6D803C: hue angle of 76.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D803C is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB10912860-
CMYK0.1500.530.50
HSL76.76º36.17%36.86%-
HSV(B)76.76º53.12%50.2%-
XYZ14.8419.027.16-
YUV114.5797.21124.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=36.70%
G=43.10%
B=20.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109128600.1500.530.5076.7636.1736.86
Hex6D803CF035324d2425
Octal1552007417065621154445
Binary110110110000000111100111101101011100101001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,60); }

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

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

 a { background-color: rgb(109,128,60); }

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

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

 span { border-color: rgb(109,128,60); }

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