Html Css Color HEX #6A353B Merlot

📋 copy color: '#6A353B'

red 106 ◦ green 53 ◦ blue 59

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

Shades of Merlot #6A353B

Tints of Merlot #6A353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 48.62%
G = 24.31%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6A353B (or 0x6A353B) is known color: Merlot. HEX triplet: 6A, 35 and 3B. RGB value is (106,53,59). Sum of RGB (Red+Green+Blue) = 106+53+59=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A353B is #95CAC4. Grayscale: #454545. Windows color (decimal): -9816773 or 3880298. OLE color: 3880298.

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

Color convert

RGB 106 53 59 -
CMYK 0 0.5 0.44 0.58
HSL 353.21º 0.33% 0.31% -
HSV(B) 353.21º 0.5% 0.42% -
XYZ 8.01 5.93 4.86 -
YUV 69.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 106 53 59 0 0.5 0.44 0.58 353.21 0.33 0.31
Hex 6A 35 3B 0 32 2C 3A 161 21 1F
Octal 152 65 73 0 62 54 72 541 41 37
Binary 1101010 110101 111011 0 110010 101100 111010 101100001 100001 11111

Color Harmonies of #6A353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A353B

Black with #6A353B

Text Example


Text Example

White with #6A353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,53,59); }

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

background-color css

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

 a { background-color: rgb(106,53,59); }

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

border-color css

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

 span { border-color: rgb(106,53,59); }

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