Html Css Color HEX #6D7742 Woodland

📋 copy color: '#6D7742'

red 109 ◦ green 119 ◦ blue 66

#6D7742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #6D7742

Tints of Woodland #6D7742

RGB

 RED value IS 109 (42.97% from 255) = 37.07%

 GREEN value IS 119 (46.88% from 255) = 40.48%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 37.07%
G = 40.48%
B = 22.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#6D7742 (or 0x6D7742) is known color: Woodland. HEX triplet: 6D, 77 and 42. RGB value is (109,119,66). Sum of RGB (Red+Green+Blue) = 109+119+66=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7742 is #9288BD. Grayscale: #6E6E6E. Windows color (decimal): -9603262 or 4355949. OLE color: 4355949.

HSL color Cylindrical-coordinate representation of color #6D7742: hue angle of 71.32º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D7742 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 119 66 -
CMYK 0.08 0 0.45 0.53
HSL 71.32º 0.29% 0.36% -
HSV(B) 71.32º 0.45% 0.47% -
XYZ 13.89 16.84 7.67 -
YUV 109.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 109 119 66 0.08 0 0.45 0.53 71.32 0.29 0.36
Hex 6D 77 42 8 0 2D 35 47 1D 24
Octal 155 167 102 10 0 55 65 107 35 44
Binary 1101101 1110111 1000010 1000 0 101101 110101 1000111 11101 100100

Color Harmonies of #6D7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7742

Black with #6D7742

Text Example


Text Example

White with #6D7742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D7742;
 }
 .AnyTagClassName
 {
   color: #6D7742;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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