Html Css Color HEX #6D363C Merlot

📋 copy color: '#6D363C'

red 109 ◦ green 54 ◦ blue 60

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

Shades of Merlot #6D363C

Tints of Merlot #6D363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 48.88%
G = 24.22%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D363C (or 0x6D363C) is known color: Merlot. HEX triplet: 6D, 36 and 3C. RGB value is (109,54,60). Sum of RGB (Red+Green+Blue) = 109+54+60=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D363C is #92C9C3. Grayscale: #474747. Windows color (decimal): -9619908 or 3946093. OLE color: 3946093.

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

Color convert

RGB 109 54 60 -
CMYK 0 0.50 0.45 0.57
HSL 353.45º 0.34% 0.32% -
HSV(B) 353.45º 0.5% 0.43% -
XYZ 8.44 6.22 5.03 -
YUV 71.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 109 54 60 0 0.50 0.45 0.57 353.45 0.34 0.32
Hex 6D 36 3C 0 32 2D 39 161 22 20
Octal 155 66 74 0 62 55 71 541 42 40
Binary 1101101 110110 111100 0 110010 101101 111001 101100001 100010 100000

Color Harmonies of #6D363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D363C

Black with #6D363C

Text Example


Text Example

White with #6D363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,54,60); }

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

background-color css

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

 a { background-color: rgb(109,54,60); }

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

border-color css

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

 span { border-color: rgb(109,54,60); }

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