Html Css Color HEX #6A393B Merlot

📋 copy color: '#6A393B'

red 106 ◦ green 57 ◦ blue 59

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

Shades of Merlot #6A393B

Tints of Merlot #6A393B

RGB

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

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

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

R = 47.75%
G = 25.68%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6A393B (or 0x6A393B) is known color: Merlot. HEX triplet: 6A, 39 and 3B. RGB value is (106,57,59). Sum of RGB (Red+Green+Blue) = 106+57+59=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A393B is #95C6C4. Grayscale: #474747. Windows color (decimal): -9815749 or 3881322. OLE color: 3881322.

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

Color convert

RGB 106 57 59 -
CMYK 0 0.46 0.44 0.58
HSL 357.55º 0.3% 0.32% -
HSV(B) 357.55º 0.46% 0.42% -
XYZ 8.2 6.31 4.92 -
YUV 71.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 106 57 59 0 0.46 0.44 0.58 357.55 0.3 0.32
Hex 6A 39 3B 0 2E 2C 3A 166 1E 20
Octal 152 71 73 0 56 54 72 546 36 40
Binary 1101010 111001 111011 0 101110 101100 111010 101100110 11110 100000

Color Harmonies of #6A393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A393B

Black with #6A393B

Text Example


Text Example

White with #6A393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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