Html Css Color HEX #6E743F Woodland

📋 copy color: '#6E743F'

red 110 ◦ green 116 ◦ blue 63

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

Shades of Woodland #6E743F

Tints of Woodland #6E743F

RGB

 RED value IS 110 (43.36% from 255) = 38.06%

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 38.06%
G = 40.14%
B = 21.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#6E743F (or 0x6E743F) is known color: Woodland. HEX triplet: 6E, 74 and 3F. RGB value is (110,116,63). Sum of RGB (Red+Green+Blue) = 110+116+63=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #6E743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E743F is #918BC0. Grayscale: #6C6C6C. Windows color (decimal): -9538497 or 4158574. OLE color: 4158574.

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

Color convert

RGB 110 116 63 -
CMYK 0.05 0 0.46 0.55
HSL 66.79º 0.3% 0.35% -
HSV(B) 66.79º 0.46% 0.45% -
XYZ 13.57 16.16 7.11 -
YUV 108.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 110 116 63 0.05 0 0.46 0.55 66.79 0.3 0.35
Hex 6E 74 3F 5 0 2E 37 43 1E 23
Octal 156 164 77 5 0 56 67 103 36 43
Binary 1101110 1110100 111111 101 0 101110 110111 1000011 11110 100011

Color Harmonies of #6E743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E743F

Black with #6E743F

Text Example


Text Example

White with #6E743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,116,63); }

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

background-color css

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

 a { background-color: rgb(110,116,63); }

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

border-color css

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

 span { border-color: rgb(110,116,63); }

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