Html Css Color HEX #6E3639 Merlot

📋 copy color: '#6E3639'

red 110 ◦ green 54 ◦ blue 57

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

Shades of Merlot #6E3639

Tints of Merlot #6E3639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 49.77%
G = 24.43%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E3639 (or 0x6E3639) is known color: Merlot. HEX triplet: 6E, 36 and 39. RGB value is (110,54,57). Sum of RGB (Red+Green+Blue) = 110+54+57=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3639 is #91C9C6. Grayscale: #474747. Windows color (decimal): -9554375 or 3749486. OLE color: 3749486.

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

Color convert

RGB 110 54 57 -
CMYK 0 0.51 0.48 0.57
HSL 356.79º 0.34% 0.32% -
HSV(B) 356.79º 0.51% 0.43% -
XYZ 8.49 6.25 4.63 -
YUV 71.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 110 54 57 0 0.51 0.48 0.57 356.79 0.34 0.32
Hex 6E 36 39 0 33 30 39 165 22 20
Octal 156 66 71 0 63 60 71 545 42 40
Binary 1101110 110110 111001 0 110011 110000 111001 101100101 100010 100000

Color Harmonies of #6E3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3639

Black with #6E3639

Text Example


Text Example

White with #6E3639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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