#6E333F

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

Shades of Merlot #6E333F

Tints of Merlot #6E333F

Color information

#6E333F (or 0x6E333F) is unknown color: approx Merlot. HEX triplet: 6E, 33 and 3F. RGB value is (110,51,63). Sum of RGB (Red+Green+Blue) = 110+51+63=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E333F is #91CCC0. Grayscale: #464646. Windows color (decimal): -9555137 or 4141934. OLE color: 4141934.

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

Color convert

RGB1105163-
CMYK00.540.430.57
HSL347.8º36.65%31.57%-
HSV(B)347.8º53.64%43.14%-
XYZ8.516.045.42-
YUV70.01124.05156.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.11%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 63 (25% from 255) = 28.12%
R=49.11%
G=22.77%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110516300.540.430.57347.836.6531.57
Hex6E333F0362B3915c2520
Octal156637706653715344540
Binary11011101100111111110110110101011111001101011100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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