#6E6C41

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

Shades of Hemlock #6E6C41

Tints of Hemlock #6E6C41

Color information

#6E6C41 (or 0x6E6C41) is unknown color: approx Hemlock. HEX triplet: 6E, 6C and 41. RGB value is (110,108,65). Sum of RGB (Red+Green+Blue) = 110+108+65=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6C41 is #9193BE. Grayscale: #676767. Windows color (decimal): -9540543 or 4287598. OLE color: 4287598.

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

Color convert

RGB11010865-
CMYK00.020.410.57
HSL57.33º25.71%34.31%-
HSV(B)57.33º40.91%43.14%-
XYZ12.7514.427.11-
YUV103.7106.16132.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.87%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=38.87%
G=38.16%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101086500.020.410.5757.3325.7134.31
Hex6E6C41022939391a22
Octal156154101025171713242
Binary11011101101100100000101010100111100111100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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