#6D894F

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

Shades of Dingley #6D894F

Tints of Dingley #6D894F

Color information

#6D894F (or 0x6D894F) is unknown color: approx Dingley. HEX triplet: 6D, 89 and 4F. RGB value is (109,137,79). Sum of RGB (Red+Green+Blue) = 109+137+79=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #6D894F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D894F is #9276B0. Grayscale: #7A7A7A. Windows color (decimal): -9598641 or 5212525. OLE color: 5212525.

HSL color Cylindrical-coordinate representation of color #6D894F: hue angle of 88.97º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D894F is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB10913779-
CMYK0.2000.420.46
HSL88.97º26.85%42.35%-
HSV(B)88.97º42.34%53.73%-
XYZ16.6621.7110.71-
YUV122.02103.72118.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=33.54%
G=42.15%
B=24.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109137790.2000.420.4688.9726.8542.35
Hex6D894F1402A2E591b2a
Octal15521111724052561313352
Binary1101101100010011001111101000101010101110101100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,137,79); }

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

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

 a { background-color: rgb(109,137,79); }

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

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

 span { border-color: rgb(109,137,79); }

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