Html Css Color HEX #6D3539 Merlot

📋 copy color: '#6D3539'

red 109 ◦ green 53 ◦ blue 57

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

Shades of Merlot #6D3539

Tints of Merlot #6D3539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 49.77%
G = 24.2%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6D3539 (or 0x6D3539) is known color: Merlot. HEX triplet: 6D, 35 and 39. RGB value is (109,53,57). Sum of RGB (Red+Green+Blue) = 109+53+57=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3539 is #92CAC6. Grayscale: #464646. Windows color (decimal): -9620167 or 3749229. OLE color: 3749229.

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

Color convert

RGB 109 53 57 -
CMYK 0 0.51 0.48 0.57
HSL 355.71º 0.35% 0.32% -
HSV(B) 355.71º 0.51% 0.43% -
XYZ 8.32 6.09 4.61 -
YUV 70.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 109 53 57 0 0.51 0.48 0.57 355.71 0.35 0.32
Hex 6D 35 39 0 33 30 39 164 23 20
Octal 155 65 71 0 63 60 71 544 43 40
Binary 1101101 110101 111001 0 110011 110000 111001 101100100 100011 100000

Color Harmonies of #6D3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3539

Black with #6D3539

Text Example


Text Example

White with #6D3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,53,57); }

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

background-color css

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

 a { background-color: rgb(109,53,57); }

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

border-color css

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

 span { border-color: rgb(109,53,57); }

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