#6B393A

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

Shades of Merlot #6B393A

Tints of Merlot #6B393A

Color information

#6B393A (or 0x6B393A) is unknown color: approx Merlot. HEX triplet: 6B, 39 and 3A. RGB value is (107,57,58). Sum of RGB (Red+Green+Blue) = 107+57+58=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B393A is #94C6C5. Grayscale: #484848. Windows color (decimal): -9750214 or 3815787. OLE color: 3815787.

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

Color convert

RGB1075758-
CMYK00.470.460.58
HSL358.8º30.49%32.16%-
HSV(B)358.8º46.73%41.96%-
XYZ8.296.364.79-
YUV72.06120.06152.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=48.20%
G=25.68%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107575800.470.460.58358.830.4932.16
Hex6B393A02F2E3A1671e20
Octal153717205756725473640
Binary1101011111001111010010111110111011101010110011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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