Html Css Color HEX #6D3537 Merlot

📋 copy color: '#6D3537'

red 109 ◦ green 53 ◦ blue 55

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

Shades of Merlot #6D3537

Tints of Merlot #6D3537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 50.23%
G = 24.42%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D3537 (or 0x6D3537) is known color: Merlot. HEX triplet: 6D, 35 and 37. RGB value is (109,53,55). Sum of RGB (Red+Green+Blue) = 109+53+55=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3537 is #92CAC8. Grayscale: #464646. Windows color (decimal): -9620169 or 3618157. OLE color: 3618157.

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

Color convert

RGB 109 53 55 -
CMYK 0 0.51 0.50 0.57
HSL 357.86º 0.35% 0.32% -
HSV(B) 357.86º 0.51% 0.43% -
XYZ 8.27 6.07 4.35 -
YUV 69.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 109 53 55 0 0.51 0.50 0.57 357.86 0.35 0.32
Hex 6D 35 37 0 33 32 39 166 23 20
Octal 155 65 67 0 63 62 71 546 43 40
Binary 1101101 110101 110111 0 110011 110010 111001 101100110 100011 100000

Color Harmonies of #6D3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3537

Black with #6D3537

Text Example


Text Example

White with #6D3537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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