Html Css Color HEX #6E323E Merlot

📋 copy color: '#6E323E'

red 110 ◦ green 50 ◦ blue 62

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

Shades of Merlot #6E323E

Tints of Merlot #6E323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 49.55%
G = 22.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E323E (or 0x6E323E) is known color: Merlot. HEX triplet: 6E, 32 and 3E. RGB value is (110,50,62). Sum of RGB (Red+Green+Blue) = 110+50+62=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E323E is #91CDC1. Grayscale: #454545. Windows color (decimal): -9555394 or 4076142. OLE color: 4076142.

HSL color Cylindrical-coordinate representation of color #6E323E: hue angle of 348º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E323E is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 50 62 -
CMYK 0 0.55 0.44 0.57
HSL 348º 0.38% 0.31% -
HSV(B) 348º 0.55% 0.43% -
XYZ 8.44 5.94 5.26 -
YUV 69.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 110 50 62 0 0.55 0.44 0.57 348 0.38 0.31
Hex 6E 32 3E 0 37 2C 39 15C 26 1F
Octal 156 62 76 0 67 54 71 534 46 37
Binary 1101110 110010 111110 0 110111 101100 111001 101011100 100110 11111

Color Harmonies of #6E323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E323E

Black with #6E323E

Text Example


Text Example

White with #6E323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,62); }

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

background-color css

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

 a { background-color: rgb(110,50,62); }

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

border-color css

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

 span { border-color: rgb(110,50,62); }

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