Html Css Color HEX #6D3941 Merlot

📋 copy color: '#6D3941'

red 109 ◦ green 57 ◦ blue 65

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

Shades of Merlot #6D3941

Tints of Merlot #6D3941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 47.19%
G = 24.68%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D3941 (or 0x6D3941) is known color: Merlot. HEX triplet: 6D, 39 and 41. RGB value is (109,57,65). Sum of RGB (Red+Green+Blue) = 109+57+65=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3941 is #92C6BE. Grayscale: #494949. Windows color (decimal): -9619135 or 4274541. OLE color: 4274541.

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

Color convert

RGB 109 57 65 -
CMYK 0 0.48 0.40 0.57
HSL 350.77º 0.31% 0.33% -
HSV(B) 350.77º 0.48% 0.43% -
XYZ 8.72 6.56 5.81 -
YUV 73.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 109 57 65 0 0.48 0.40 0.57 350.77 0.31 0.33
Hex 6D 39 41 0 30 28 39 15F 1F 21
Octal 155 71 101 0 60 50 71 537 37 41
Binary 1101101 111001 1000001 0 110000 101000 111001 101011111 11111 100001

Color Harmonies of #6D3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3941

Black with #6D3941

Text Example


Text Example

White with #6D3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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