#6E3941

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

Shades of Merlot #6E3941

Tints of Merlot #6E3941

Color information

#6E3941 (or 0x6E3941) is unknown color: approx Merlot. HEX triplet: 6E, 39 and 41. RGB value is (110,57,65). Sum of RGB (Red+Green+Blue) = 110+57+65=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3941 is #91C6BE. Grayscale: #494949. Windows color (decimal): -9553599 or 4274542. OLE color: 4274542.

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

Color convert

RGB1105765-
CMYK00.480.410.57
HSL350.94º31.74%32.75%-
HSV(B)350.94º48.18%43.14%-
XYZ8.856.625.81-
YUV73.76123.06153.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=47.41%
G=24.57%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110576500.480.410.57350.9431.7432.75
Hex6E3941030293915f2021
Octal1567110106051715374041
Binary110111011100110000010110000101001111001101011111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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