Html Css Color HEX #6D3238 Merlot

📋 copy color: '#6D3238'

red 109 ◦ green 50 ◦ blue 56

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

Shades of Merlot #6D3238

Tints of Merlot #6D3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 50.7%
G = 23.26%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D3238 (or 0x6D3238) is known color: Merlot. HEX triplet: 6D, 32 and 38. RGB value is (109,50,56). Sum of RGB (Red+Green+Blue) = 109+50+56=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3238 is #92CDC7. Grayscale: #444444. Windows color (decimal): -9620936 or 3682925. OLE color: 3682925.

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

Color convert

RGB 109 50 56 -
CMYK 0 0.54 0.49 0.57
HSL 353.9º 0.37% 0.31% -
HSV(B) 353.9º 0.54% 0.43% -
XYZ 8.16 5.82 4.43 -
YUV 68.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 109 50 56 0 0.54 0.49 0.57 353.9 0.37 0.31
Hex 6D 32 38 0 36 31 39 162 25 1F
Octal 155 62 70 0 66 61 71 542 45 37
Binary 1101101 110010 111000 0 110110 110001 111001 101100010 100101 11111

Color Harmonies of #6D3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3238

Black with #6D3238

Text Example


Text Example

White with #6D3238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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