Html Css Color HEX #6D7240 Woodland

📋 copy color: '#6D7240'

red 109 ◦ green 114 ◦ blue 64

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

Shades of Woodland #6D7240

Tints of Woodland #6D7240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.72%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 37.98%
G = 39.72%
B = 22.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#6D7240 (or 0x6D7240) is known color: Woodland. HEX triplet: 6D, 72 and 40. RGB value is (109,114,64). Sum of RGB (Red+Green+Blue) = 109+114+64=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7240 is #928DBF. Grayscale: #6A6A6A. Windows color (decimal): -9604544 or 4223597. OLE color: 4223597.

HSL color Cylindrical-coordinate representation of color #6D7240: hue angle of 66º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D7240 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 114 64 -
CMYK 0.04 0 0.44 0.55
HSL 66º 0.28% 0.35% -
HSV(B) 66º 0.44% 0.45% -
XYZ 13.25 15.66 7.17 -
YUV 106.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 109 114 64 0.04 0 0.44 0.55 66 0.28 0.35
Hex 6D 72 40 4 0 2C 37 42 1C 23
Octal 155 162 100 4 0 54 67 102 34 43
Binary 1101101 1110010 1000000 100 0 101100 110111 1000010 11100 100011

Color Harmonies of #6D7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7240

Black with #6D7240

Text Example


Text Example

White with #6D7240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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