Html Css Color HEX #6D3940 Merlot

📋 copy color: '#6D3940'

red 109 ◦ green 57 ◦ blue 64

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

Shades of Merlot #6D3940

Tints of Merlot #6D3940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 47.39%
G = 24.78%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D3940 (or 0x6D3940) is known color: Merlot. HEX triplet: 6D, 39 and 40. RGB value is (109,57,64). Sum of RGB (Red+Green+Blue) = 109+57+64=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3940 is #92C6BF. Grayscale: #494949. Windows color (decimal): -9619136 or 4209005. OLE color: 4209005.

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

Color convert

RGB 109 57 64 -
CMYK 0 0.48 0.41 0.57
HSL 351.92º 0.31% 0.33% -
HSV(B) 351.92º 0.48% 0.43% -
XYZ 8.7 6.55 5.66 -
YUV 73.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 109 57 64 0 0.48 0.41 0.57 351.92 0.31 0.33
Hex 6D 39 40 0 30 29 39 160 1F 21
Octal 155 71 100 0 60 51 71 540 37 41
Binary 1101101 111001 1000000 0 110000 101001 111001 101100000 11111 100001

Color Harmonies of #6D3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3940

Black with #6D3940

Text Example


Text Example

White with #6D3940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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