#6D7F41

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

Shades of Dingley #6D7F41

Tints of Dingley #6D7F41

Color information

#6D7F41 (or 0x6D7F41) is unknown color: approx Dingley. HEX triplet: 6D, 7F and 41. RGB value is (109,127,65). Sum of RGB (Red+Green+Blue) = 109+127+65=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7F41 is #9280BE. Grayscale: #727272. Windows color (decimal): -9601215 or 4292461. OLE color: 4292461.

HSL color Cylindrical-coordinate representation of color #6D7F41: hue angle of 77.42º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D7F41 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB10912765-
CMYK0.1400.490.50
HSL77.42º32.29%37.65%-
HSV(B)77.42º48.82%49.8%-
XYZ14.8518.817.85-
YUV114.55100.04124.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=36.21%
G=42.19%
B=21.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109127650.1400.490.5077.4232.2937.65
Hex6D7F41E031324d2026
Octal15517710116061621154046
Binary110110111111111000001111001100011100101001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,65); }

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

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

 a { background-color: rgb(109,127,65); }

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

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

 span { border-color: rgb(109,127,65); }

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