Html Css Color HEX #6B343D Merlot

📋 copy color: '#6B343D'

red 107 ◦ green 52 ◦ blue 61

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

Shades of Merlot #6B343D

Tints of Merlot #6B343D

RGB

 RED value IS 107 (42.19% from 255) = 48.64%

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 48.64%
G = 23.64%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B343D (or 0x6B343D) is known color: Merlot. HEX triplet: 6B, 34 and 3D. RGB value is (107,52,61). Sum of RGB (Red+Green+Blue) = 107+52+61=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B343D is #94CBC2. Grayscale: #454545. Windows color (decimal): -9751491 or 4011115. OLE color: 4011115.

HSL color Cylindrical-coordinate representation of color #6B343D: hue angle of 350.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B343D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 61 -
CMYK 0 0.51 0.43 0.58
HSL 350.18º 0.35% 0.31% -
HSV(B) 350.18º 0.51% 0.42% -
XYZ 8.13 5.92 5.13 -
YUV 69.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 107 52 61 0 0.51 0.43 0.58 350.18 0.35 0.31
Hex 6B 34 3D 0 33 2B 3A 15E 23 1F
Octal 153 64 75 0 63 53 72 536 43 37
Binary 1101011 110100 111101 0 110011 101011 111010 101011110 100011 11111

Color Harmonies of #6B343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B343D

Black with #6B343D

Text Example


Text Example

White with #6B343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,61); }

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

background-color css

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

 a { background-color: rgb(107,52,61); }

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

border-color css

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

 span { border-color: rgb(107,52,61); }

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