Html Css Color HEX #6D7241 Woodland

📋 copy color: '#6D7241'

red 109 ◦ green 114 ◦ blue 65

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

Shades of Woodland #6D7241

Tints of Woodland #6D7241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 37.85%
G = 39.58%
B = 22.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#6D7241 (or 0x6D7241) is known color: Woodland. HEX triplet: 6D, 72 and 41. RGB value is (109,114,65). Sum of RGB (Red+Green+Blue) = 109+114+65=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7241 is #928DBE. Grayscale: #6B6B6B. Windows color (decimal): -9604543 or 4289133. OLE color: 4289133.

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

Color convert

RGB 109 114 65 -
CMYK 0.04 0 0.43 0.55
HSL 66.12º 0.27% 0.35% -
HSV(B) 66.12º 0.43% 0.45% -
XYZ 13.28 15.67 7.33 -
YUV 106.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 109 114 65 0.04 0 0.43 0.55 66.12 0.27 0.35
Hex 6D 72 41 4 0 2B 37 42 1B 23
Octal 155 162 101 4 0 53 67 102 33 43
Binary 1101101 1110010 1000001 100 0 101011 110111 1000010 11011 100011

Color Harmonies of #6D7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7241

Black with #6D7241

Text Example


Text Example

White with #6D7241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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