#663B3F

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

Shades of Merlot #663B3F

Tints of Merlot #663B3F

Color information

#663B3F (or 0x663B3F) is unknown color: approx Merlot. HEX triplet: 66, 3B and 3F. RGB value is (102,59,63). Sum of RGB (Red+Green+Blue) = 102+59+63=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B3F is #99C4C0. Grayscale: #484848. Windows color (decimal): -10077377 or 4143974. OLE color: 4143974.

HSL color Cylindrical-coordinate representation of color #663B3F: hue angle of 354.42º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B3F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1025963-
CMYK00.420.380.6
HSL354.42º26.71%31.57%-
HSV(B)354.42º42.16%40%-
XYZ7.946.315.5-
YUV72.31122.75149.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 63 (25% from 255) = 28.12%
R=45.54%
G=26.34%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102596300.420.380.6354.4226.7131.57
Hex663B3F02A263C1621b20
Octal146737705246745423340
Binary1100110111011111111010101010011011110010110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663B3F; }

 p { color: rgb(102,59,63); }

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

<style>
 a { background-color: #663B3F; }

 a { background-color: rgb(102,59,63); }

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

<style>
 span { border-color: #663B3F; }

 span { border-color: rgb(102,59,63); }

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