Html Css Color HEX #6D373C Merlot

📋 copy color: '#6D373C'

red 109 ◦ green 55 ◦ blue 60

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

Shades of Merlot #6D373C

Tints of Merlot #6D373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 48.66%
G = 24.55%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D373C (or 0x6D373C) is known color: Merlot. HEX triplet: 6D, 37 and 3C. RGB value is (109,55,60). Sum of RGB (Red+Green+Blue) = 109+55+60=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D373C is #92C8C3. Grayscale: #474747. Windows color (decimal): -9619652 or 3946349. OLE color: 3946349.

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

Color convert

RGB 109 55 60 -
CMYK 0 0.50 0.45 0.57
HSL 354.44º 0.33% 0.32% -
HSV(B) 354.44º 0.5% 0.43% -
XYZ 8.49 6.31 5.05 -
YUV 71.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 109 55 60 0 0.50 0.45 0.57 354.44 0.33 0.32
Hex 6D 37 3C 0 32 2D 39 162 21 20
Octal 155 67 74 0 62 55 71 542 41 40
Binary 1101101 110111 111100 0 110010 101101 111001 101100010 100001 100000

Color Harmonies of #6D373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D373C

Black with #6D373C

Text Example


Text Example

White with #6D373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,55,60); }

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

background-color css

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

 a { background-color: rgb(109,55,60); }

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

border-color css

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

 span { border-color: rgb(109,55,60); }

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