#6E373F

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

Shades of Merlot #6E373F

Tints of Merlot #6E373F

Color information

#6E373F (or 0x6E373F) is unknown color: approx Merlot. HEX triplet: 6E, 37 and 3F. RGB value is (110,55,63). Sum of RGB (Red+Green+Blue) = 110+55+63=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E373F is #91C8C0. Grayscale: #484848. Windows color (decimal): -9554113 or 4142958. OLE color: 4142958.

HSL color Cylindrical-coordinate representation of color #6E373F: hue angle of 351.27º 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 #6E373F is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB1105563-
CMYK00.50.430.57
HSL351.27º33.33%32.35%-
HSV(B)351.27º50%43.14%-
XYZ8.696.415.48-
YUV72.36122.72154.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.25%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 63 (25% from 255) = 27.63%
R=48.25%
G=24.12%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110556300.50.430.57351.2733.3332.35
Hex6E373F0322B3915f2120
Octal156677706253715374140
Binary11011101101111111110110010101011111001101011111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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