#6E303B

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

Shades of Merlot #6E303B

Tints of Merlot #6E303B

Color information

#6E303B (or 0x6E303B) is unknown color: approx Merlot. HEX triplet: 6E, 30 and 3B. RGB value is (110,48,59). Sum of RGB (Red+Green+Blue) = 110+48+59=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E303B is #91CFC4. Grayscale: #434343. Windows color (decimal): -9555909 or 3879022. OLE color: 3879022.

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

Color convert

RGB1104859-
CMYK00.560.460.57
HSL349.35º39.24%30.98%-
HSV(B)349.35º56.36%43.14%-
XYZ8.285.744.81-
YUV67.79123.04158.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.69%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=50.69%
G=22.12%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110485900.560.460.57349.3539.2430.98
Hex6E303B0382E3915d271f
Octal156607307056715354737
Binary1101110110000111011011100010111011100110101110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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