#6D864E

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

Shades of Dingley #6D864E

Tints of Dingley #6D864E

Color information

#6D864E (or 0x6D864E) is unknown color: approx Dingley. HEX triplet: 6D, 86 and 4E. RGB value is (109,134,78). Sum of RGB (Red+Green+Blue) = 109+134+78=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #6D864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D864E is #9279B1. Grayscale: #787878. Windows color (decimal): -9599410 or 5146221. OLE color: 5146221.

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

Color convert

RGB10913478-
CMYK0.1900.420.47
HSL86.79º26.42%41.57%-
HSV(B)86.79º41.79%52.55%-
XYZ16.2120.8510.38-
YUV120.14104.22120.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=33.96%
G=41.74%
B=24.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134780.1900.420.4786.7926.4241.57
Hex6D864E1302A2F571a2a
Octal15520611623052571273252
Binary1101101100001101001110100110101010101111101011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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