Html Css Color HEX #6E313B Merlot

📋 copy color: '#6E313B'

red 110 ◦ green 49 ◦ blue 59

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

Shades of Merlot #6E313B

Tints of Merlot #6E313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 50.46%
G = 22.48%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6E313B (or 0x6E313B) is known color: Merlot. HEX triplet: 6E, 31 and 3B. RGB value is (110,49,59). Sum of RGB (Red+Green+Blue) = 110+49+59=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E313B is #91CEC4. Grayscale: #444444. Windows color (decimal): -9555653 or 3879278. OLE color: 3879278.

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

Color convert

RGB 110 49 59 -
CMYK 0 0.55 0.46 0.57
HSL 350.16º 0.38% 0.31% -
HSV(B) 350.16º 0.55% 0.43% -
XYZ 8.32 5.83 4.82 -
YUV 68.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 110 49 59 0 0.55 0.46 0.57 350.16 0.38 0.31
Hex 6E 31 3B 0 37 2E 39 15E 26 1F
Octal 156 61 73 0 67 56 71 536 46 37
Binary 1101110 110001 111011 0 110111 101110 111001 101011110 100110 11111

Color Harmonies of #6E313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E313B

Black with #6E313B

Text Example


Text Example

White with #6E313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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