#6D8645

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

Shades of Dingley #6D8645

Tints of Dingley #6D8645

Color information

#6D8645 (or 0x6D8645) is unknown color: approx Dingley. HEX triplet: 6D, 86 and 45. RGB value is (109,134,69). Sum of RGB (Red+Green+Blue) = 109+134+69=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8645 is #9279BA. Grayscale: #777777. Windows color (decimal): -9599419 or 4556397. OLE color: 4556397.

HSL color Cylindrical-coordinate representation of color #6D8645: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D8645 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB10913469-
CMYK0.1900.490.47
HSL83.08º32.02%39.8%-
HSV(B)83.08º48.51%52.55%-
XYZ15.9120.738.79-
YUV119.1299.72120.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.94%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=34.94%
G=42.95%
B=22.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134690.1900.490.4783.0832.0239.8
Hex6D8645130312F532028
Octal15520610523061571234050
Binary11011011000011010001011001101100011011111010011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,134,69); }

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

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

 a { background-color: rgb(109,134,69); }

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

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

 span { border-color: rgb(109,134,69); }

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