#6E6C4D

Color #6E6C4D Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #6E6C4D

Tints of Hemlock #6E6C4D

Color information

#6E6C4D (or 0x6E6C4D) is unknown color: approx Hemlock. HEX triplet: 6E, 6C and 4D. RGB value is (110,108,77). Sum of RGB (Red+Green+Blue) = 110+108+77=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C4D is #9193B2. Grayscale: #696969. Windows color (decimal): -9540531 or 5074030. OLE color: 5074030.

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

Color convert

RGB11010877-
CMYK00.020.30.57
HSL56.36º17.65%36.67%-
HSV(B)56.36º30%43.14%-
XYZ13.1314.589.14-
YUV105.06112.16131.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=37.29%
G=36.61%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101087700.020.30.5756.3617.6536.67
Hex6E6C4D021E39381225
Octal156154115023671702245
Binary1101110110110010011010101111011100111100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E6C4D;
 }
 .AnyTagClassName
 {
   color: #6E6C4D;
 }
</style>
background-color css

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

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

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

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

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

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