Html Css Color HEX #6E743D Woodland

📋 copy color: '#6E743D'

red 110 ◦ green 116 ◦ blue 61

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

Shades of Woodland #6E743D

Tints of Woodland #6E743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 38.33%
G = 40.42%
B = 21.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#6E743D (or 0x6E743D) is known color: Woodland. HEX triplet: 6E, 74 and 3D. RGB value is (110,116,61). Sum of RGB (Red+Green+Blue) = 110+116+61=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #6E743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E743D is #918BC2. Grayscale: #6C6C6C. Windows color (decimal): -9538499 or 4027502. OLE color: 4027502.

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

Color convert

RGB 110 116 61 -
CMYK 0.05 0 0.47 0.55
HSL 66.55º 0.31% 0.35% -
HSV(B) 66.55º 0.47% 0.45% -
XYZ 13.52 16.14 6.82 -
YUV 107.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 110 116 61 0.05 0 0.47 0.55 66.55 0.31 0.35
Hex 6E 74 3D 5 0 2F 37 43 1F 23
Octal 156 164 75 5 0 57 67 103 37 43
Binary 1101110 1110100 111101 101 0 101111 110111 1000011 11111 100011

Color Harmonies of #6E743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E743D

Black with #6E743D

Text Example


Text Example

White with #6E743D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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