Html Css Color HEX #6A353F Merlot

📋 copy color: '#6A353F'

red 106 ◦ green 53 ◦ blue 63

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

Shades of Merlot #6A353F

Tints of Merlot #6A353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.38%

R = 47.75%
G = 23.87%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6A353F (or 0x6A353F) is known color: Merlot. HEX triplet: 6A, 35 and 3F. RGB value is (106,53,63). Sum of RGB (Red+Green+Blue) = 106+53+63=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A353F is #95CAC0. Grayscale: #464646. Windows color (decimal): -9816769 or 4142442. OLE color: 4142442.

HSL color Cylindrical-coordinate representation of color #6A353F: hue angle of 348.68º 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 #6A353F is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 53 63 -
CMYK 0 0.5 0.41 0.58
HSL 348.68º 0.33% 0.31% -
HSV(B) 348.68º 0.5% 0.42% -
XYZ 8.11 5.97 5.43 -
YUV 69.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 106 53 63 0 0.5 0.41 0.58 348.68 0.33 0.31
Hex 6A 35 3F 0 32 29 3A 15D 21 1F
Octal 152 65 77 0 62 51 72 535 41 37
Binary 1101010 110101 111111 0 110010 101001 111010 101011101 100001 11111

Color Harmonies of #6A353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A353F

Black with #6A353F

Text Example


Text Example

White with #6A353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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