#6B3039

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

Shades of Merlot #6B3039

Tints of Merlot #6B3039

Color information

#6B3039 (or 0x6B3039) is unknown color: approx Merlot. HEX triplet: 6B, 30 and 39. RGB value is (107,48,57). Sum of RGB (Red+Green+Blue) = 107+48+57=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3039 is #94CFC6. Grayscale: #424242. Windows color (decimal): -9752519 or 3747947. OLE color: 3747947.

HSL color Cylindrical-coordinate representation of color #6B3039: hue angle of 350.85º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3039 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1074857-
CMYK00.550.470.58
HSL350.85º38.06%30.39%-
HSV(B)350.85º55.14%41.96%-
XYZ7.865.544.53-
YUV66.67122.55156.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.47%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=50.47%
G=22.64%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107485700.550.470.58350.8538.0630.39
Hex6B30390372F3A15f261e
Octal153607106757725374636
Binary1101011110000111001011011110111111101010101111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,57); }

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

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

 a { background-color: rgb(107,48,57); }

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

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

 span { border-color: rgb(107,48,57); }

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