#6D7540

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

Shades of Woodland #6D7540

Tints of Woodland #6D7540

Color information

#6D7540 (or 0x6D7540) is unknown color: approx Woodland. HEX triplet: 6D, 75 and 40. RGB value is (109,117,64). Sum of RGB (Red+Green+Blue) = 109+117+64=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7540 is #928ABF. Grayscale: #6C6C6C. Windows color (decimal): -9603776 or 4224365. OLE color: 4224365.

HSL color Cylindrical-coordinate representation of color #6D7540: hue angle of 69.06º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D7540 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB10911764-
CMYK0.0700.450.54
HSL69.06º29.28%35.49%-
HSV(B)69.06º45.3%45.88%-
XYZ13.5916.347.29-
YUV108.57102.85128.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=37.59%
G=40.34%
B=22.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109117640.0700.450.5469.0629.2835.49
Hex6D7540702D36451d23
Octal1551651007055661053543
Binary1101101111010110000001110101101110110100010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,117,64); }

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

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

 a { background-color: rgb(109,117,64); }

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

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

 span { border-color: rgb(109,117,64); }

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