Html Css Color HEX #6B353D Merlot

📋 copy color: '#6B353D'

red 107 ◦ green 53 ◦ blue 61

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

Shades of Merlot #6B353D

Tints of Merlot #6B353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 48.42%
G = 23.98%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B353D (or 0x6B353D) is known color: Merlot. HEX triplet: 6B, 35 and 3D. RGB value is (107,53,61). Sum of RGB (Red+Green+Blue) = 107+53+61=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B353D is #94CAC2. Grayscale: #464646. Windows color (decimal): -9751235 or 4011371. OLE color: 4011371.

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

Color convert

RGB 107 53 61 -
CMYK 0 0.50 0.43 0.58
HSL 351.11º 0.34% 0.31% -
HSV(B) 351.11º 0.5% 0.42% -
XYZ 8.18 6.01 5.14 -
YUV 70.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 107 53 61 0 0.50 0.43 0.58 351.11 0.34 0.31
Hex 6B 35 3D 0 32 2B 3A 15F 22 1F
Octal 153 65 75 0 62 53 72 537 42 37
Binary 1101011 110101 111101 0 110010 101011 111010 101011111 100010 11111

Color Harmonies of #6B353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B353D

Black with #6B353D

Text Example


Text Example

White with #6B353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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