#6E2E35

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

Shades of Merlot #6E2E35

Tints of Merlot #6E2E35

Color information

#6E2E35 (or 0x6E2E35) is unknown color: approx Merlot. HEX triplet: 6E, 2E and 35. RGB value is (110,46,53). Sum of RGB (Red+Green+Blue) = 110+46+53=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E35 is #91D1CA. Grayscale: #414141. Windows color (decimal): -9556427 or 3485294. OLE color: 3485294.

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

Color convert

RGB1104653-
CMYK00.580.520.57
HSL353.44º41.03%30.59%-
HSV(B)353.44º58.18%43.14%-
XYZ8.055.534.01-
YUV65.93120.7159.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.63%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=52.63%
G=22.01%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110465300.580.520.57353.4441.0330.59
Hex6E2E3503A3439161291f
Octal156566507264715415137
Binary1101110101110110101011101011010011100110110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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