#6D7541

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

Shades of Woodland #6D7541

Tints of Woodland #6D7541

Color information

#6D7541 (or 0x6D7541) is unknown color: approx Woodland. HEX triplet: 6D, 75 and 41. RGB value is (109,117,65). Sum of RGB (Red+Green+Blue) = 109+117+65=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7541 is #928ABE. Grayscale: #6C6C6C. Windows color (decimal): -9603775 or 4289901. OLE color: 4289901.

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

Color convert

RGB10911765-
CMYK0.0700.440.54
HSL69.23º28.57%35.69%-
HSV(B)69.23º44.44%45.88%-
XYZ13.6216.367.44-
YUV108.68103.35128.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=37.46%
G=40.21%
B=22.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109117650.0700.440.5469.2328.5735.69
Hex6D7541702C36451d24
Octal1551651017054661053544
Binary1101101111010110000011110101100110110100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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