#6B353F

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

Shades of Merlot #6B353F

Tints of Merlot #6B353F

Color information

#6B353F (or 0x6B353F) is unknown color: approx Merlot. HEX triplet: 6B, 35 and 3F. RGB value is (107,53,63). Sum of RGB (Red+Green+Blue) = 107+53+63=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B353F is #94CAC0. Grayscale: #464646. Windows color (decimal): -9751233 or 4142443. OLE color: 4142443.

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

Color convert

RGB1075363-
CMYK00.500.410.58
HSL348.89º33.75%31.37%-
HSV(B)348.89º50.47%41.96%-
XYZ8.236.035.43-
YUV70.29123.89154.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 63 (25% from 255) = 28.25%
R=47.98%
G=23.77%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107536300.500.410.58348.8933.7531.37
Hex6B353F032293A15d221f
Octal153657706251725354237
Binary1101011110101111111011001010100111101010101110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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