#6D7642

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

Shades of Woodland #6D7642

Tints of Woodland #6D7642

Color information

#6D7642 (or 0x6D7642) is unknown color: approx Woodland. HEX triplet: 6D, 76 and 42. RGB value is (109,118,66). Sum of RGB (Red+Green+Blue) = 109+118+66=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7642 is #9289BD. Grayscale: #6D6D6D. Windows color (decimal): -9603518 or 4355693. OLE color: 4355693.

HSL color Cylindrical-coordinate representation of color #6D7642: hue angle of 70.38º degrees, saturation: 0.28, 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 #6D7642 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB10911866-
CMYK0.0800.440.54
HSL70.38º28.26%36.08%-
HSV(B)70.38º44.07%46.27%-
XYZ13.7716.67.63-
YUV109.38103.52127.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.20%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=37.20%
G=40.27%
B=22.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109118660.0800.440.5470.3828.2636.08
Hex6D7642802C36461c24
Octal15516610210054661063444
Binary11011011110110100001010000101100110110100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,118,66); }

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

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

 a { background-color: rgb(109,118,66); }

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

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

 span { border-color: rgb(109,118,66); }

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