Html Css Color HEX #6E3841 Merlot

📋 copy color: '#6E3841'

red 110 ◦ green 56 ◦ blue 65

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

Shades of Merlot #6E3841

Tints of Merlot #6E3841

RGB

 RED value IS 110 (43.36% from 255) = 47.62%

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

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

R = 47.62%
G = 24.24%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6E3841 (or 0x6E3841) is known color: Merlot. HEX triplet: 6E, 38 and 41. RGB value is (110,56,65). Sum of RGB (Red+Green+Blue) = 110+56+65=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3841 is #91C7BE. Grayscale: #494949. Windows color (decimal): -9553855 or 4274286. OLE color: 4274286.

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

Color convert

RGB 110 56 65 -
CMYK 0 0.49 0.41 0.57
HSL 350º 0.33% 0.33% -
HSV(B) 350º 0.49% 0.43% -
XYZ 8.8 6.52 5.8 -
YUV 73.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 110 56 65 0 0.49 0.41 0.57 350 0.33 0.33
Hex 6E 38 41 0 31 29 39 15E 21 21
Octal 156 70 101 0 61 51 71 536 41 41
Binary 1101110 111000 1000001 0 110001 101001 111001 101011110 100001 100001

Color Harmonies of #6E3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3841

Black with #6E3841

Text Example


Text Example

White with #6E3841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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