#6B353A

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

Shades of Merlot #6B353A

Tints of Merlot #6B353A

Color information

#6B353A (or 0x6B353A) is unknown color: approx Merlot. HEX triplet: 6B, 35 and 3A. RGB value is (107,53,58). Sum of RGB (Red+Green+Blue) = 107+53+58=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B353A is #94CAC5. Grayscale: #454545. Windows color (decimal): -9751238 or 3814763. OLE color: 3814763.

HSL color Cylindrical-coordinate representation of color #6B353A: hue angle of 354.44º 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 #6B353A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1075358-
CMYK00.500.460.58
HSL354.44º33.75%31.37%-
HSV(B)354.44º50.47%41.96%-
XYZ8.15.984.73-
YUV69.72121.39154.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=49.08%
G=24.31%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107535800.500.460.58354.4433.7531.37
Hex6B353A0322E3A162221f
Octal153657206256725424237
Binary1101011110101111010011001010111011101010110001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B353A;
 }
 .AnyTagClassName
 {
   color: #6B353A;
 }
</style>
background-color css

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

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

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

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

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

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