Html Css Color HEX #6E3235 Merlot

📋 copy color: '#6E3235'

red 110 ◦ green 50 ◦ blue 53

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

Shades of Merlot #6E3235

Tints of Merlot #6E3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 51.64%
G = 23.47%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E3235 (or 0x6E3235) is known color: Merlot. HEX triplet: 6E, 32 and 35. RGB value is (110,50,53). Sum of RGB (Red+Green+Blue) = 110+50+53=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3235 is #91CDCA. Grayscale: #444444. Windows color (decimal): -9555403 or 3486318. OLE color: 3486318.

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

Color convert

RGB 110 50 53 -
CMYK 0 0.55 0.52 0.57
HSL 357º 0.38% 0.31% -
HSV(B) 357º 0.55% 0.43% -
XYZ 8.21 5.85 4.07 -
YUV 68.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 110 50 53 0 0.55 0.52 0.57 357 0.38 0.31
Hex 6E 32 35 0 37 34 39 165 26 1F
Octal 156 62 65 0 67 64 71 545 46 37
Binary 1101110 110010 110101 0 110111 110100 111001 101100101 100110 11111

Color Harmonies of #6E3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3235

Black with #6E3235

Text Example


Text Example

White with #6E3235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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