#6E303C

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

Shades of Merlot #6E303C

Tints of Merlot #6E303C

Color information

#6E303C (or 0x6E303C) is unknown color: approx Merlot. HEX triplet: 6E, 30 and 3C. RGB value is (110,48,60). Sum of RGB (Red+Green+Blue) = 110+48+60=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E303C is #91CFC3. Grayscale: #434343. Windows color (decimal): -9555908 or 3944558. OLE color: 3944558.

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

Color convert

RGB1104860-
CMYK00.560.450.57
HSL348.39º39.24%30.98%-
HSV(B)348.39º56.36%43.14%-
XYZ8.35.764.95-
YUV67.91123.54158.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.46%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=50.46%
G=22.02%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110486000.560.450.57348.3939.2430.98
Hex6E303C0382D3915c271f
Octal156607407055715344737
Binary1101110110000111100011100010110111100110101110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,48,60); }

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

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

 a { background-color: rgb(110,48,60); }

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

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

 span { border-color: rgb(110,48,60); }

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