#6E323B

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

Shades of Merlot #6E323B

Tints of Merlot #6E323B

Color information

#6E323B (or 0x6E323B) is unknown color: approx Merlot. HEX triplet: 6E, 32 and 3B. RGB value is (110,50,59). Sum of RGB (Red+Green+Blue) = 110+50+59=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E323B is #91CDC4. Grayscale: #444444. Windows color (decimal): -9555397 or 3879534. OLE color: 3879534.

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

Color convert

RGB1105059-
CMYK00.550.460.57
HSL351º37.5%31.37%-
HSV(B)351º54.55%43.14%-
XYZ8.365.914.84-
YUV68.97122.38157.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=50.23%
G=22.83%
B=26.94%

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
Decimal110505900.550.460.5735137.531.37
Hex6E323B0372E3915f261f
Octal156627306756715374637
Binary1101110110010111011011011110111011100110101111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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