Html Css Color HEX #6A393C Merlot

📋 copy color: '#6A393C'

red 106 ◦ green 57 ◦ blue 60

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

Shades of Merlot #6A393C

Tints of Merlot #6A393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 47.53%
G = 25.56%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A393C (or 0x6A393C) is known color: Merlot. HEX triplet: 6A, 39 and 3C. RGB value is (106,57,60). Sum of RGB (Red+Green+Blue) = 106+57+60=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A393C is #95C6C3. Grayscale: #484848. Windows color (decimal): -9815748 or 3946858. OLE color: 3946858.

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

Color convert

RGB 106 57 60 -
CMYK 0 0.46 0.43 0.58
HSL 356.33º 0.3% 0.32% -
HSV(B) 356.33º 0.46% 0.42% -
XYZ 8.22 6.32 5.06 -
YUV 71.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 106 57 60 0 0.46 0.43 0.58 356.33 0.3 0.32
Hex 6A 39 3C 0 2E 2B 3A 164 1E 20
Octal 152 71 74 0 56 53 72 544 36 40
Binary 1101010 111001 111100 0 101110 101011 111010 101100100 11110 100000

Color Harmonies of #6A393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A393C

Black with #6A393C

Text Example


Text Example

White with #6A393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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