Html Css Color HEX #6D313B Merlot

📋 copy color: '#6D313B'

red 109 ◦ green 49 ◦ blue 59

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

Shades of Merlot #6D313B

Tints of Merlot #6D313B

RGB

 RED value IS 109 (42.97% from 255) = 50.23%

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

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

R = 50.23%
G = 22.58%
B = 27.19%

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

#6D313B (or 0x6D313B) is known color: Merlot. HEX triplet: 6D, 31 and 3B. RGB value is (109,49,59). Sum of RGB (Red+Green+Blue) = 109+49+59=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D313B is #92CEC4. Grayscale: #444444. Windows color (decimal): -9621189 or 3879277. OLE color: 3879277.

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

Color convert

RGB 109 49 59 -
CMYK 0 0.55 0.46 0.57
HSL 350º 0.38% 0.31% -
HSV(B) 350º 0.55% 0.43% -
XYZ 8.19 5.76 4.82 -
YUV 68.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 109 49 59 0 0.55 0.46 0.57 350 0.38 0.31
Hex 6D 31 3B 0 37 2E 39 15E 26 1F
Octal 155 61 73 0 67 56 71 536 46 37
Binary 1101101 110001 111011 0 110111 101110 111001 101011110 100110 11111

Color Harmonies of #6D313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D313B

Black with #6D313B

Text Example


Text Example

White with #6D313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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