#6E353D

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

Shades of Merlot #6E353D

Tints of Merlot #6E353D

Color information

#6E353D (or 0x6E353D) is unknown color: approx Merlot. HEX triplet: 6E, 35 and 3D. RGB value is (110,53,61). Sum of RGB (Red+Green+Blue) = 110+53+61=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E353D is #91CAC2. Grayscale: #464646. Windows color (decimal): -9554627 or 4011374. OLE color: 4011374.

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

Color convert

RGB1105361-
CMYK00.520.450.57
HSL351.58º34.97%31.96%-
HSV(B)351.58º51.82%43.14%-
XYZ8.556.25.16-
YUV70.96122.38155.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.11%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=49.11%
G=23.66%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110536100.520.450.57351.5834.9731.96
Hex6E353D0342D391602320
Octal156657506455715404340
Binary11011101101011111010110100101101111001101100000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,53,61); }

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

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

 a { background-color: rgb(110,53,61); }

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

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

 span { border-color: rgb(110,53,61); }

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