Html Css Color HEX #6E333D Merlot

📋 copy color: '#6E333D'

red 110 ◦ green 51 ◦ blue 61

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

Shades of Merlot #6E333D

Tints of Merlot #6E333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

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

R = 49.55%
G = 22.97%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E333D (or 0x6E333D) is known color: Merlot. HEX triplet: 6E, 33 and 3D. RGB value is (110,51,61). Sum of RGB (Red+Green+Blue) = 110+51+61=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E333D is #91CCC2. Grayscale: #454545. Windows color (decimal): -9555139 or 4010862. OLE color: 4010862.

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

Color convert

RGB 110 51 61 -
CMYK 0 0.54 0.45 0.57
HSL 349.83º 0.37% 0.32% -
HSV(B) 349.83º 0.54% 0.43% -
XYZ 8.46 6.02 5.13 -
YUV 69.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 110 51 61 0 0.54 0.45 0.57 349.83 0.37 0.32
Hex 6E 33 3D 0 36 2D 39 15E 25 20
Octal 156 63 75 0 66 55 71 536 45 40
Binary 1101110 110011 111101 0 110110 101101 111001 101011110 100101 100000

Color Harmonies of #6E333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E333D

Black with #6E333D

Text Example


Text Example

White with #6E333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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