Html Css Color HEX #6A393E Merlot

📋 copy color: '#6A393E'

red 106 ◦ green 57 ◦ blue 62

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

Shades of Merlot #6A393E

Tints of Merlot #6A393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

 BLUE value IS 62 (24.61% from 255) = 27.56%

R = 47.11%
G = 25.33%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A393E (or 0x6A393E) is known color: Merlot. HEX triplet: 6A, 39 and 3E. RGB value is (106,57,62). Sum of RGB (Red+Green+Blue) = 106+57+62=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A393E is #95C6C1. Grayscale: #484848. Windows color (decimal): -9815746 or 4077930. OLE color: 4077930.

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

Color convert

RGB 106 57 62 -
CMYK 0 0.46 0.42 0.58
HSL 353.88º 0.3% 0.32% -
HSV(B) 353.88º 0.46% 0.42% -
XYZ 8.28 6.34 5.34 -
YUV 72.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 106 57 62 0 0.46 0.42 0.58 353.88 0.3 0.32
Hex 6A 39 3E 0 2E 2A 3A 162 1E 20
Octal 152 71 76 0 56 52 72 542 36 40
Binary 1101010 111001 111110 0 101110 101010 111010 101100010 11110 100000

Color Harmonies of #6A393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A393E

Black with #6A393E

Text Example


Text Example

White with #6A393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,57,62); }

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

background-color css

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

 a { background-color: rgb(106,57,62); }

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

border-color css

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

 span { border-color: rgb(106,57,62); }

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