Html Css Color HEX #6A393A Merlot

📋 copy color: '#6A393A'

red 106 ◦ green 57 ◦ blue 58

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

Shades of Merlot #6A393A

Tints of Merlot #6A393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 47.96%
G = 25.79%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6A393A (or 0x6A393A) is known color: Merlot. HEX triplet: 6A, 39 and 3A. RGB value is (106,57,58). Sum of RGB (Red+Green+Blue) = 106+57+58=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A393A is #95C6C5. Grayscale: #474747. Windows color (decimal): -9815750 or 3815786. OLE color: 3815786.

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

Color convert

RGB 106 57 58 -
CMYK 0 0.46 0.45 0.58
HSL 358.78º 0.3% 0.32% -
HSV(B) 358.78º 0.46% 0.42% -
XYZ 8.17 6.3 4.79 -
YUV 71.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 106 57 58 0 0.46 0.45 0.58 358.78 0.3 0.32
Hex 6A 39 3A 0 2E 2D 3A 167 1E 20
Octal 152 71 72 0 56 55 72 547 36 40
Binary 1101010 111001 111010 0 101110 101101 111010 101100111 11110 100000

Color Harmonies of #6A393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A393A

Black with #6A393A

Text Example


Text Example

White with #6A393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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