Html Css Color HEX #6D3738 Merlot

📋 copy color: '#6D3738'

red 109 ◦ green 55 ◦ blue 56

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

Shades of Merlot #6D3738

Tints of Merlot #6D3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 49.55%
G = 25%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D3738 (or 0x6D3738) is known color: Merlot. HEX triplet: 6D, 37 and 38. RGB value is (109,55,56). Sum of RGB (Red+Green+Blue) = 109+55+56=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3738 is #92C8C7. Grayscale: #474747. Windows color (decimal): -9619656 or 3684205. OLE color: 3684205.

HSL color Cylindrical-coordinate representation of color #6D3738: hue angle of 358.89º degrees, saturation: 0.33, 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 #6D3738 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 55 56 -
CMYK 0 0.50 0.49 0.57
HSL 358.89º 0.33% 0.32% -
HSV(B) 358.89º 0.5% 0.43% -
XYZ 8.39 6.27 4.51 -
YUV 71.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 109 55 56 0 0.50 0.49 0.57 358.89 0.33 0.32
Hex 6D 37 38 0 32 31 39 167 21 20
Octal 155 67 70 0 62 61 71 547 41 40
Binary 1101101 110111 111000 0 110010 110001 111001 101100111 100001 100000

Color Harmonies of #6D3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3738

Black with #6D3738

Text Example


Text Example

White with #6D3738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,55,56); }

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

background-color css

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

 a { background-color: rgb(109,55,56); }

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

border-color css

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

 span { border-color: rgb(109,55,56); }

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