Html Css Color HEX #6E3A3F Merlot

📋 copy color: '#6E3A3F'

red 110 ◦ green 58 ◦ blue 63

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

Shades of Merlot #6E3A3F

Tints of Merlot #6E3A3F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.11%

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

R = 47.62%
G = 25.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#6E3A3F (or 0x6E3A3F) is known color: Merlot. HEX triplet: 6E, 3A and 3F. RGB value is (110,58,63). Sum of RGB (Red+Green+Blue) = 110+58+63=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A3F is #91C5C0. Grayscale: #4A4A4A. Windows color (decimal): -9553345 or 4143726. OLE color: 4143726.

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

Color convert

RGB 110 58 63 -
CMYK 0 0.47 0.43 0.57
HSL 354.23º 0.31% 0.33% -
HSV(B) 354.23º 0.47% 0.43% -
XYZ 8.84 6.7 5.53 -
YUV 74.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 110 58 63 0 0.47 0.43 0.57 354.23 0.31 0.33
Hex 6E 3A 3F 0 2F 2B 39 162 1F 21
Octal 156 72 77 0 57 53 71 542 37 41
Binary 1101110 111010 111111 0 101111 101011 111001 101100010 11111 100001

Color Harmonies of #6E3A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A3F

Black with #6E3A3F

Text Example


Text Example

White with #6E3A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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