Html Css Color HEX #6E373F Merlot

📋 copy color: '#6E373F'

red 110 ◦ green 55 ◦ blue 63

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

Shades of Merlot #6E373F

Tints of Merlot #6E373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 48.25%
G = 24.12%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#6E373F (or 0x6E373F) is known color: Merlot. HEX triplet: 6E, 37 and 3F. RGB value is (110,55,63). Sum of RGB (Red+Green+Blue) = 110+55+63=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E373F is #91C8C0. Grayscale: #484848. Windows color (decimal): -9554113 or 4142958. OLE color: 4142958.

HSL color Cylindrical-coordinate representation of color #6E373F: hue angle of 351.27º 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 #6E373F is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 55 63 -
CMYK 0 0.5 0.43 0.57
HSL 351.27º 0.33% 0.32% -
HSV(B) 351.27º 0.5% 0.43% -
XYZ 8.69 6.41 5.48 -
YUV 72.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 110 55 63 0 0.5 0.43 0.57 351.27 0.33 0.32
Hex 6E 37 3F 0 32 2B 39 15F 21 20
Octal 156 67 77 0 62 53 71 537 41 40
Binary 1101110 110111 111111 0 110010 101011 111001 101011111 100001 100000

Color Harmonies of #6E373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E373F

Black with #6E373F

Text Example


Text Example

White with #6E373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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