Html Css Color HEX #6A3841 Merlot

📋 copy color: '#6A3841'

red 106 ◦ green 56 ◦ blue 65

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

Shades of Merlot #6A3841

Tints of Merlot #6A3841

RGB

 RED value IS 106 (41.8% from 255) = 46.7%

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

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

R = 46.7%
G = 24.67%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6A3841 (or 0x6A3841) is known color: Merlot. HEX triplet: 6A, 38 and 41. RGB value is (106,56,65). Sum of RGB (Red+Green+Blue) = 106+56+65=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3841 is #95C7BE. Grayscale: #474747. Windows color (decimal): -9815999 or 4274282. OLE color: 4274282.

HSL color Cylindrical-coordinate representation of color #6A3841: hue angle of 349.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A3841 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 56 65 -
CMYK 0 0.47 0.39 0.58
HSL 349.2º 0.31% 0.32% -
HSV(B) 349.2º 0.47% 0.42% -
XYZ 8.31 6.27 5.77 -
YUV 71.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 106 56 65 0 0.47 0.39 0.58 349.2 0.31 0.32
Hex 6A 38 41 0 2F 27 3A 15D 1F 20
Octal 152 70 101 0 57 47 72 535 37 40
Binary 1101010 111000 1000001 0 101111 100111 111010 101011101 11111 100000

Color Harmonies of #6A3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3841

Black with #6A3841

Text Example


Text Example

White with #6A3841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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