Html Css Color HEX #6A3A41 Merlot

📋 copy color: '#6A3A41'

red 106 ◦ green 58 ◦ blue 65

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

Shades of Merlot #6A3A41

Tints of Merlot #6A3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.33%

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

R = 46.29%
G = 25.33%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6A3A41 (or 0x6A3A41) is known color: Merlot. HEX triplet: 6A, 3A and 41. RGB value is (106,58,65). Sum of RGB (Red+Green+Blue) = 106+58+65=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3A41 is #95C5BE. Grayscale: #494949. Windows color (decimal): -9815487 or 4274794. OLE color: 4274794.

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

Color convert

RGB 106 58 65 -
CMYK 0 0.45 0.39 0.58
HSL 351.25º 0.29% 0.32% -
HSV(B) 351.25º 0.45% 0.42% -
XYZ 8.41 6.47 5.81 -
YUV 73.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 106 58 65 0 0.45 0.39 0.58 351.25 0.29 0.32
Hex 6A 3A 41 0 2D 27 3A 15F 1D 20
Octal 152 72 101 0 55 47 72 537 35 40
Binary 1101010 111010 1000001 0 101101 100111 111010 101011111 11101 100000

Color Harmonies of #6A3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3A41

Black with #6A3A41

Text Example


Text Example

White with #6A3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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