Html Css Color HEX #6E353D Merlot

📋 copy color: '#6E353D'

red 110 ◦ green 53 ◦ blue 61

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

Shades of Merlot #6E353D

Tints of Merlot #6E353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.66%

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 49.11%
G = 23.66%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E353D (or 0x6E353D) is known color: Merlot. HEX triplet: 6E, 35 and 3D. RGB value is (110,53,61). Sum of RGB (Red+Green+Blue) = 110+53+61=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E353D is #91CAC2. Grayscale: #464646. Windows color (decimal): -9554627 or 4011374. OLE color: 4011374.

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

Color convert

RGB 110 53 61 -
CMYK 0 0.52 0.45 0.57
HSL 351.58º 0.35% 0.32% -
HSV(B) 351.58º 0.52% 0.43% -
XYZ 8.55 6.2 5.16 -
YUV 70.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 110 53 61 0 0.52 0.45 0.57 351.58 0.35 0.32
Hex 6E 35 3D 0 34 2D 39 160 23 20
Octal 156 65 75 0 64 55 71 540 43 40
Binary 1101110 110101 111101 0 110100 101101 111001 101100000 100011 100000

Color Harmonies of #6E353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E353D

Black with #6E353D

Text Example


Text Example

White with #6E353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,53,61); }

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

background-color css

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

 a { background-color: rgb(110,53,61); }

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

border-color css

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

 span { border-color: rgb(110,53,61); }

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