Html Css Color HEX #6D393A Merlot

📋 copy color: '#6D393A'

red 109 ◦ green 57 ◦ blue 58

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

Shades of Merlot #6D393A

Tints of Merlot #6D393A

RGB

 RED value IS 109 (42.97% from 255) = 48.66%

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 48.66%
G = 25.45%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D393A (or 0x6D393A) is known color: Merlot. HEX triplet: 6D, 39 and 3A. RGB value is (109,57,58). Sum of RGB (Red+Green+Blue) = 109+57+58=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D393A is #92C6C5. Grayscale: #484848. Windows color (decimal): -9619142 or 3815789. OLE color: 3815789.

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

Color convert

RGB 109 57 58 -
CMYK 0 0.48 0.47 0.57
HSL 358.85º 0.31% 0.33% -
HSV(B) 358.85º 0.48% 0.43% -
XYZ 8.53 6.48 4.8 -
YUV 72.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 109 57 58 0 0.48 0.47 0.57 358.85 0.31 0.33
Hex 6D 39 3A 0 30 2F 39 167 1F 21
Octal 155 71 72 0 60 57 71 547 37 41
Binary 1101101 111001 111010 0 110000 101111 111001 101100111 11111 100001

Color Harmonies of #6D393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D393A

Black with #6D393A

Text Example


Text Example

White with #6D393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,57,58); }

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

background-color css

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

 a { background-color: rgb(109,57,58); }

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

border-color css

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

 span { border-color: rgb(109,57,58); }

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