Html Css Color HEX #6D303B Merlot

📋 copy color: '#6D303B'

red 109 ◦ green 48 ◦ blue 59

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

Shades of Merlot #6D303B

Tints of Merlot #6D303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.31%

R = 50.46%
G = 22.22%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6D303B (or 0x6D303B) is known color: Merlot. HEX triplet: 6D, 30 and 3B. RGB value is (109,48,59). Sum of RGB (Red+Green+Blue) = 109+48+59=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D303B is #92CFC4. Grayscale: #434343. Windows color (decimal): -9621445 or 3879021. OLE color: 3879021.

HSL color Cylindrical-coordinate representation of color #6D303B: hue angle of 349.18º 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 #6D303B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 48 59 -
CMYK 0 0.56 0.46 0.57
HSL 349.18º 0.39% 0.31% -
HSV(B) 349.18º 0.56% 0.43% -
XYZ 8.15 5.68 4.8 -
YUV 67.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 109 48 59 0 0.56 0.46 0.57 349.18 0.39 0.31
Hex 6D 30 3B 0 38 2E 39 15D 27 1F
Octal 155 60 73 0 70 56 71 535 47 37
Binary 1101101 110000 111011 0 111000 101110 111001 101011101 100111 11111

Color Harmonies of #6D303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D303B

Black with #6D303B

Text Example


Text Example

White with #6D303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,59); }

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

background-color css

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

 a { background-color: rgb(109,48,59); }

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

border-color css

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

 span { border-color: rgb(109,48,59); }

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