#6E393B

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

Shades of Merlot #6E393B

Tints of Merlot #6E393B

Color information

#6E393B (or 0x6E393B) is unknown color: approx Merlot. HEX triplet: 6E, 39 and 3B. RGB value is (110,57,59). Sum of RGB (Red+Green+Blue) = 110+57+59=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E393B is #91C6C4. Grayscale: #494949. Windows color (decimal): -9553605 or 3881326. OLE color: 3881326.

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

Color convert

RGB1105759-
CMYK00.480.460.57
HSL357.74º31.74%32.75%-
HSV(B)357.74º48.18%43.14%-
XYZ8.686.564.95-
YUV73.07120.06154.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=48.67%
G=25.22%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110575900.480.460.57357.7431.7432.75
Hex6E393B0302E391662021
Octal156717306056715464041
Binary11011101110011110110110000101110111001101100110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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