Html Css Color HEX #6D3642 Merlot

📋 copy color: '#6D3642'

red 109 ◦ green 54 ◦ blue 66

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

Shades of Merlot #6D3642

Tints of Merlot #6D3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 47.6%
G = 23.58%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#6D3642 (or 0x6D3642) is known color: Merlot. HEX triplet: 6D, 36 and 42. RGB value is (109,54,66). Sum of RGB (Red+Green+Blue) = 109+54+66=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3642 is #92C9BD. Grayscale: #474747. Windows color (decimal): -9619902 or 4339309. OLE color: 4339309.

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

Color convert

RGB 109 54 66 -
CMYK 0 0.50 0.39 0.57
HSL 346.91º 0.34% 0.32% -
HSV(B) 346.91º 0.5% 0.43% -
XYZ 8.61 6.28 5.91 -
YUV 71.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 109 54 66 0 0.50 0.39 0.57 346.91 0.34 0.32
Hex 6D 36 42 0 32 27 39 15B 22 20
Octal 155 66 102 0 62 47 71 533 42 40
Binary 1101101 110110 1000010 0 110010 100111 111001 101011011 100010 100000

Color Harmonies of #6D3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3642

Black with #6D3642

Text Example


Text Example

White with #6D3642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,54,66); }

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

background-color css

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

 a { background-color: rgb(109,54,66); }

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

border-color css

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

 span { border-color: rgb(109,54,66); }

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