Html Css Color HEX #6E6C49 Hemlock

📋 copy color: '#6E6C49'

red 110 ◦ green 108 ◦ blue 73

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

Shades of Hemlock #6E6C49

Tints of Hemlock #6E6C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 37.8%
G = 37.11%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6E6C49 (or 0x6E6C49) is known color: Hemlock. HEX triplet: 6E, 6C and 49. RGB value is (110,108,73). Sum of RGB (Red+Green+Blue) = 110+108+73=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6C49 is #9193B6. Grayscale: #686868. Windows color (decimal): -9540535 or 4811886. OLE color: 4811886.

HSL color Cylindrical-coordinate representation of color #6E6C49: hue angle of 56.76º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E6C49 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 108 73 -
CMYK 0 0.02 0.34 0.57
HSL 56.76º 0.2% 0.36% -
HSV(B) 56.76º 0.34% 0.43% -
XYZ 13 14.52 8.42 -
YUV 104.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 110 108 73 0 0.02 0.34 0.57 56.76 0.2 0.36
Hex 6E 6C 49 0 2 22 39 39 14 24
Octal 156 154 111 0 2 42 71 71 24 44
Binary 1101110 1101100 1001001 0 10 100010 111001 111001 10100 100100

Color Harmonies of #6E6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6C49

Black with #6E6C49

Text Example


Text Example

White with #6E6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,108,73); }

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

background-color css

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

 a { background-color: rgb(110,108,73); }

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

border-color css

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

 span { border-color: rgb(110,108,73); }

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