#6B353D

Color #6B353D Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #6B353D

Tints of Merlot #6B353D

Color information

#6B353D (or 0x6B353D) is unknown color: approx 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

RGB1075361-
CMYK00.500.430.58
HSL351.11º33.75%31.37%-
HSV(B)351.11º50.47%41.96%-
XYZ8.186.015.14-
YUV70.06122.89154.35-

RGB Variations

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

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.60%
R=48.42%
G=23.98%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107536100.500.430.58351.1133.7531.37
Hex6B353D0322B3A15f221f
Octal153657506253725374237
Binary1101011110101111101011001010101111101010101111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>