Html Css Color HEX #6E7B41 Woodland

📋 copy color: '#6E7B41'

red 110 ◦ green 123 ◦ blue 65

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

Shades of Woodland #6E7B41

Tints of Woodland #6E7B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

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

R = 36.91%
G = 41.28%
B = 21.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#6E7B41 (or 0x6E7B41) is known color: Woodland. HEX triplet: 6E, 7B and 41. RGB value is (110,123,65). Sum of RGB (Red+Green+Blue) = 110+123+65=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7B41 is #9184BE. Grayscale: #707070. Windows color (decimal): -9536703 or 4291438. OLE color: 4291438.

HSL color Cylindrical-coordinate representation of color #6E7B41: hue angle of 73.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E7B41 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 123 65 -
CMYK 0.11 0 0.47 0.52
HSL 73.45º 0.31% 0.37% -
HSV(B) 73.45º 0.47% 0.48% -
XYZ 14.47 17.86 7.69 -
YUV 112.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 110 123 65 0.11 0 0.47 0.52 73.45 0.31 0.37
Hex 6E 7B 41 B 0 2F 34 49 1F 25
Octal 156 173 101 13 0 57 64 111 37 45
Binary 1101110 1111011 1000001 1011 0 101111 110100 1001001 11111 100101

Color Harmonies of #6E7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7B41

Black with #6E7B41

Text Example


Text Example

White with #6E7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,65); }

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

background-color css

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

 a { background-color: rgb(110,123,65); }

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

border-color css

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

 span { border-color: rgb(110,123,65); }

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