Html Css Color HEX #6E303A Merlot

📋 copy color: '#6E303A'

red 110 ◦ green 48 ◦ blue 58

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

Shades of Merlot #6E303A

Tints of Merlot #6E303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 58 (23.05% from 255) = 26.85%

R = 50.93%
G = 22.22%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E303A (or 0x6E303A) is known color: Merlot. HEX triplet: 6E, 30 and 3A. RGB value is (110,48,58). Sum of RGB (Red+Green+Blue) = 110+48+58=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E303A is #91CFC5. Grayscale: #434343. Windows color (decimal): -9555910 or 3813486. OLE color: 3813486.

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

Color convert

RGB 110 48 58 -
CMYK 0 0.56 0.47 0.57
HSL 350.32º 0.39% 0.31% -
HSV(B) 350.32º 0.56% 0.43% -
XYZ 8.25 5.73 4.67 -
YUV 67.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 110 48 58 0 0.56 0.47 0.57 350.32 0.39 0.31
Hex 6E 30 3A 0 38 2F 39 15E 27 1F
Octal 156 60 72 0 70 57 71 536 47 37
Binary 1101110 110000 111010 0 111000 101111 111001 101011110 100111 11111

Color Harmonies of #6E303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E303A

Black with #6E303A

Text Example


Text Example

White with #6E303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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