Html Css Color HEX #6D703A Woodland

📋 copy color: '#6D703A'

red 109 ◦ green 112 ◦ blue 58

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

Shades of Woodland #6D703A

Tints of Woodland #6D703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 39.07%
G = 40.14%
B = 20.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6D703A (or 0x6D703A) is known color: Woodland. HEX triplet: 6D, 70 and 3A. RGB value is (109,112,58). Sum of RGB (Red+Green+Blue) = 109+112+58=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #6D703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D703A is #928FC5. Grayscale: #696969. Windows color (decimal): -9605062 or 3829869. OLE color: 3829869.

HSL color Cylindrical-coordinate representation of color #6D703A: hue angle of 63.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D703A is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 58 -
CMYK 0.03 0 0.48 0.56
HSL 63.33º 0.32% 0.33% -
HSV(B) 63.33º 0.48% 0.44% -
XYZ 12.86 15.15 6.25 -
YUV 104.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 109 112 58 0.03 0 0.48 0.56 63.33 0.32 0.33
Hex 6D 70 3A 3 0 30 38 3F 20 21
Octal 155 160 72 3 0 60 70 77 40 41
Binary 1101101 1110000 111010 11 0 110000 111000 111111 100000 100001

Color Harmonies of #6D703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D703A

Black with #6D703A

Text Example


Text Example

White with #6D703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,58); }

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

background-color css

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

 a { background-color: rgb(109,112,58); }

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

border-color css

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

 span { border-color: rgb(109,112,58); }

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