Html Css Color HEX #6D3439 Merlot

📋 copy color: '#6D3439'

red 109 ◦ green 52 ◦ blue 57

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

Shades of Merlot #6D3439

Tints of Merlot #6D3439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 50%
G = 23.85%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6D3439 (or 0x6D3439) is known color: Merlot. HEX triplet: 6D, 34 and 39. RGB value is (109,52,57). Sum of RGB (Red+Green+Blue) = 109+52+57=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3439 is #92CBC6. Grayscale: #454545. Windows color (decimal): -9620423 or 3748973. OLE color: 3748973.

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

Color convert

RGB 109 52 57 -
CMYK 0 0.52 0.48 0.57
HSL 354.74º 0.35% 0.32% -
HSV(B) 354.74º 0.52% 0.43% -
XYZ 8.27 6 4.59 -
YUV 69.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 109 52 57 0 0.52 0.48 0.57 354.74 0.35 0.32
Hex 6D 34 39 0 34 30 39 163 23 20
Octal 155 64 71 0 64 60 71 543 43 40
Binary 1101101 110100 111001 0 110100 110000 111001 101100011 100011 100000

Color Harmonies of #6D3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3439

Black with #6D3439

Text Example


Text Example

White with #6D3439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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