Html Css Color HEX #6E3339 Merlot

📋 copy color: '#6E3339'

red 110 ◦ green 51 ◦ blue 57

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

Shades of Merlot #6E3339

Tints of Merlot #6E3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 50.46%
G = 23.39%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E3339 (or 0x6E3339) is known color: Merlot. HEX triplet: 6E, 33 and 39. RGB value is (110,51,57). Sum of RGB (Red+Green+Blue) = 110+51+57=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3339 is #91CCC6. Grayscale: #454545. Windows color (decimal): -9555143 or 3748718. OLE color: 3748718.

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

Color convert

RGB 110 51 57 -
CMYK 0 0.54 0.48 0.57
HSL 353.9º 0.37% 0.32% -
HSV(B) 353.9º 0.54% 0.43% -
XYZ 8.35 5.98 4.58 -
YUV 69.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 110 51 57 0 0.54 0.48 0.57 353.9 0.37 0.32
Hex 6E 33 39 0 36 30 39 162 25 20
Octal 156 63 71 0 66 60 71 542 45 40
Binary 1101110 110011 111001 0 110110 110000 111001 101100010 100101 100000

Color Harmonies of #6E3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3339

Black with #6E3339

Text Example


Text Example

White with #6E3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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