Html Css Color HEX #6E6D4A Hemlock

📋 copy color: '#6E6D4A'

red 110 ◦ green 109 ◦ blue 74

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

Shades of Hemlock #6E6D4A

Tints of Hemlock #6E6D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 37.54%
G = 37.2%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E6D4A (or 0x6E6D4A) is known color: Hemlock. HEX triplet: 6E, 6D and 4A. RGB value is (110,109,74). Sum of RGB (Red+Green+Blue) = 110+109+74=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6D4A is #9192B5. Grayscale: #696969. Windows color (decimal): -9540278 or 4877678. OLE color: 4877678.

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

Color convert

RGB 110 109 74 -
CMYK 0 0.01 0.33 0.57
HSL 58.33º 0.2% 0.36% -
HSV(B) 58.33º 0.33% 0.43% -
XYZ 13.14 14.75 8.63 -
YUV 105.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 110 109 74 0 0.01 0.33 0.57 58.33 0.2 0.36
Hex 6E 6D 4A 0 1 21 39 3A 14 24
Octal 156 155 112 0 1 41 71 72 24 44
Binary 1101110 1101101 1001010 0 1 100001 111001 111010 10100 100100

Color Harmonies of #6E6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6D4A

Black with #6E6D4A

Text Example


Text Example

White with #6E6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,109,74); }

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

background-color css

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

 a { background-color: rgb(110,109,74); }

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

border-color css

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

 span { border-color: rgb(110,109,74); }

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