#6E3739

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

Shades of Merlot #6E3739

Tints of Merlot #6E3739

Color information

#6E3739 (or 0x6E3739) is unknown color: approx Merlot. HEX triplet: 6E, 37 and 39. RGB value is (110,55,57). Sum of RGB (Red+Green+Blue) = 110+55+57=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3739 is #91C8C6. Grayscale: #474747. Windows color (decimal): -9554119 or 3749742. OLE color: 3749742.

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

Color convert

RGB1105557-
CMYK00.50.480.57
HSL357.82º33.33%32.35%-
HSV(B)357.82º50%43.14%-
XYZ8.546.344.65-
YUV71.67119.72155.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.55%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=49.55%
G=24.77%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110555700.50.480.57357.8233.3332.35
Hex6E373903230391662120
Octal156677106260715464140
Binary11011101101111110010110010110000111001101100110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,55,57); }

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

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

 a { background-color: rgb(110,55,57); }

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

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

 span { border-color: rgb(110,55,57); }

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