Html Css Color HEX #6E343F Merlot

📋 copy color: '#6E343F'

red 110 ◦ green 52 ◦ blue 63

#6E343F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #6E343F

Tints of Merlot #6E343F

RGB

 RED value IS 110 (43.36% from 255) = 48.89%

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 63 (25% from 255) = 28%

R = 48.89%
G = 23.11%
B = 28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#6E343F (or 0x6E343F) is known color: Merlot. HEX triplet: 6E, 34 and 3F. RGB value is (110,52,63). Sum of RGB (Red+Green+Blue) = 110+52+63=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E343F is #91CBC0. Grayscale: #464646. Windows color (decimal): -9554881 or 4142190. OLE color: 4142190.

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

Color convert

RGB 110 52 63 -
CMYK 0 0.53 0.43 0.57
HSL 348.62º 0.36% 0.32% -
HSV(B) 348.62º 0.53% 0.43% -
XYZ 8.56 6.13 5.43 -
YUV 70.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 110 52 63 0 0.53 0.43 0.57 348.62 0.36 0.32
Hex 6E 34 3F 0 35 2B 39 15D 24 20
Octal 156 64 77 0 65 53 71 535 44 40
Binary 1101110 110100 111111 0 110101 101011 111001 101011101 100100 100000

Color Harmonies of #6E343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E343F

Black with #6E343F

Text Example


Text Example

White with #6E343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,52,63); }

 H1.HeaderClassName
 {
   color: #6E343F;
 }
 .AnyTagClassName
 {
   color: #6E343F;
 }
</style>

background-color css

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

 a { background-color: rgb(110,52,63); }

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

border-color css

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

 span { border-color: rgb(110,52,63); }

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