Html Css Color HEX #6E393C Merlot

📋 copy color: '#6E393C'

red 110 ◦ green 57 ◦ blue 60

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

Shades of Merlot #6E393C

Tints of Merlot #6E393C

RGB

 RED value IS 110 (43.36% from 255) = 48.46%

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

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

R = 48.46%
G = 25.11%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E393C (or 0x6E393C) is known color: Merlot. HEX triplet: 6E, 39 and 3C. RGB value is (110,57,60). Sum of RGB (Red+Green+Blue) = 110+57+60=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E393C is #91C6C3. Grayscale: #494949. Windows color (decimal): -9553604 or 3946862. OLE color: 3946862.

HSL color Cylindrical-coordinate representation of color #6E393C: hue angle of 356.6º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E393C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 57 60 -
CMYK 0 0.48 0.45 0.57
HSL 356.6º 0.32% 0.33% -
HSV(B) 356.6º 0.48% 0.43% -
XYZ 8.71 6.57 5.08 -
YUV 73.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 110 57 60 0 0.48 0.45 0.57 356.6 0.32 0.33
Hex 6E 39 3C 0 30 2D 39 165 20 21
Octal 156 71 74 0 60 55 71 545 40 41
Binary 1101110 111001 111100 0 110000 101101 111001 101100101 100000 100001

Color Harmonies of #6E393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E393C

Black with #6E393C

Text Example


Text Example

White with #6E393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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