Html Css Color HEX #6D3841 Merlot

📋 copy color: '#6D3841'

red 109 ◦ green 56 ◦ blue 65

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

Shades of Merlot #6D3841

Tints of Merlot #6D3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 47.39%
G = 24.35%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D3841 (or 0x6D3841) is known color: Merlot. HEX triplet: 6D, 38 and 41. RGB value is (109,56,65). Sum of RGB (Red+Green+Blue) = 109+56+65=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3841 is #92C7BE. Grayscale: #484848. Windows color (decimal): -9619391 or 4274285. OLE color: 4274285.

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

Color convert

RGB 109 56 65 -
CMYK 0 0.49 0.40 0.57
HSL 349.81º 0.32% 0.32% -
HSV(B) 349.81º 0.49% 0.43% -
XYZ 8.67 6.46 5.79 -
YUV 72.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 109 56 65 0 0.49 0.40 0.57 349.81 0.32 0.32
Hex 6D 38 41 0 31 28 39 15E 20 20
Octal 155 70 101 0 61 50 71 536 40 40
Binary 1101101 111000 1000001 0 110001 101000 111001 101011110 100000 100000

Color Harmonies of #6D3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3841

Black with #6D3841

Text Example


Text Example

White with #6D3841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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