#6E313B

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

Shades of Merlot #6E313B

Tints of Merlot #6E313B

Color information

#6E313B (or 0x6E313B) is unknown color: approx Merlot. HEX triplet: 6E, 31 and 3B. RGB value is (110,49,59). Sum of RGB (Red+Green+Blue) = 110+49+59=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E313B is #91CEC4. Grayscale: #444444. Windows color (decimal): -9555653 or 3879278. OLE color: 3879278.

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

Color convert

RGB1104959-
CMYK00.550.460.57
HSL350.16º38.36%31.18%-
HSV(B)350.16º55.45%43.14%-
XYZ8.325.834.82-
YUV68.38122.71157.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.46%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=50.46%
G=22.48%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110495900.550.460.57350.1638.3631.18
Hex6E313B0372E3915e261f
Octal156617306756715364637
Binary1101110110001111011011011110111011100110101111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,49,59); }

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

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

 a { background-color: rgb(110,49,59); }

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

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

 span { border-color: rgb(110,49,59); }

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