#6D824E

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

Shades of Dingley #6D824E

Tints of Dingley #6D824E

Color information

#6D824E (or 0x6D824E) is unknown color: approx Dingley. HEX triplet: 6D, 82 and 4E. RGB value is (109,130,78). Sum of RGB (Red+Green+Blue) = 109+130+78=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #6D824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D824E is #927DB1. Grayscale: #757575. Windows color (decimal): -9600434 or 5145197. OLE color: 5145197.

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

Color convert

RGB10913078-
CMYK0.1600.400.49
HSL84.23º25%40.78%-
HSV(B)84.23º40%50.98%-
XYZ15.6619.7710.2-
YUV117.79105.54121.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=34.38%
G=41.01%
B=24.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109130780.1600.400.4984.232540.78
Hex6D824E1002831541929
Octal15520211620050611243151
Binary1101101100000101001110100000101000110001101010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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