#6E323E

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

Shades of Merlot #6E323E

Tints of Merlot #6E323E

Color information

#6E323E (or 0x6E323E) is unknown color: approx Merlot. HEX triplet: 6E, 32 and 3E. RGB value is (110,50,62). Sum of RGB (Red+Green+Blue) = 110+50+62=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E323E is #91CDC1. Grayscale: #454545. Windows color (decimal): -9555394 or 4076142. OLE color: 4076142.

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

Color convert

RGB1105062-
CMYK00.550.440.57
HSL348º37.5%31.37%-
HSV(B)348º54.55%43.14%-
XYZ8.445.945.26-
YUV69.31123.88157.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.55%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=49.55%
G=22.52%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110506200.550.440.5734837.531.37
Hex6E323E0372C3915c261f
Octal156627606754715344637
Binary1101110110010111110011011110110011100110101110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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