Html Css Color HEX #6D3A3B Merlot

📋 copy color: '#6D3A3B'

red 109 ◦ green 58 ◦ blue 59

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

Shades of Merlot #6D3A3B

Tints of Merlot #6D3A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.66%

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

R = 48.23%
G = 25.66%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6D3A3B (or 0x6D3A3B) is known color: Merlot. HEX triplet: 6D, 3A and 3B. RGB value is (109,58,59). Sum of RGB (Red+Green+Blue) = 109+58+59=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A3B is #92C5C4. Grayscale: #494949. Windows color (decimal): -9618885 or 3881581. OLE color: 3881581.

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

Color convert

RGB 109 58 59 -
CMYK 0 0.47 0.46 0.57
HSL 358.82º 0.31% 0.33% -
HSV(B) 358.82º 0.47% 0.43% -
XYZ 8.61 6.59 4.96 -
YUV 73.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 109 58 59 0 0.47 0.46 0.57 358.82 0.31 0.33
Hex 6D 3A 3B 0 2F 2E 39 167 1F 21
Octal 155 72 73 0 57 56 71 547 37 41
Binary 1101101 111010 111011 0 101111 101110 111001 101100111 11111 100001

Color Harmonies of #6D3A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3A3B

Black with #6D3A3B

Text Example


Text Example

White with #6D3A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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