Html Css Color HEX #6E7540 Woodland

📋 copy color: '#6E7540'

red 110 ◦ green 117 ◦ blue 64

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

Shades of Woodland #6E7540

Tints of Woodland #6E7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

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

R = 37.8%
G = 40.21%
B = 21.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#6E7540 (or 0x6E7540) is known color: Woodland. HEX triplet: 6E, 75 and 40. RGB value is (110,117,64). Sum of RGB (Red+Green+Blue) = 110+117+64=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7540 is #918ABF. Grayscale: #6D6D6D. Windows color (decimal): -9538240 or 4224366. OLE color: 4224366.

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

Color convert

RGB 110 117 64 -
CMYK 0.06 0 0.45 0.54
HSL 67.92º 0.29% 0.35% -
HSV(B) 67.92º 0.45% 0.46% -
XYZ 13.72 16.41 7.29 -
YUV 108.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 110 117 64 0.06 0 0.45 0.54 67.92 0.29 0.35
Hex 6E 75 40 6 0 2D 36 44 1D 23
Octal 156 165 100 6 0 55 66 104 35 43
Binary 1101110 1110101 1000000 110 0 101101 110110 1000100 11101 100011

Color Harmonies of #6E7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7540

Black with #6E7540

Text Example


Text Example

White with #6E7540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,117,64); }

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

background-color css

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

 a { background-color: rgb(110,117,64); }

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

border-color css

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

 span { border-color: rgb(110,117,64); }

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