Html Css Color HEX #6E373B Merlot

📋 copy color: '#6E373B'

red 110 ◦ green 55 ◦ blue 59

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

Shades of Merlot #6E373B

Tints of Merlot #6E373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

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

R = 49.11%
G = 24.55%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6E373B (or 0x6E373B) is known color: Merlot. HEX triplet: 6E, 37 and 3B. RGB value is (110,55,59). Sum of RGB (Red+Green+Blue) = 110+55+59=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E373B is #91C8C4. Grayscale: #474747. Windows color (decimal): -9554117 or 3880814. OLE color: 3880814.

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

Color convert

RGB 110 55 59 -
CMYK 0 0.5 0.46 0.57
HSL 355.64º 0.33% 0.32% -
HSV(B) 355.64º 0.5% 0.43% -
XYZ 8.59 6.36 4.91 -
YUV 71.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 110 55 59 0 0.5 0.46 0.57 355.64 0.33 0.32
Hex 6E 37 3B 0 32 2E 39 164 21 20
Octal 156 67 73 0 62 56 71 544 41 40
Binary 1101110 110111 111011 0 110010 101110 111001 101100100 100001 100000

Color Harmonies of #6E373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E373B

Black with #6E373B

Text Example


Text Example

White with #6E373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,55,59); }

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

background-color css

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

 a { background-color: rgb(110,55,59); }

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

border-color css

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

 span { border-color: rgb(110,55,59); }

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