#663538

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

Shades of Merlot #663538

Tints of Merlot #663538

Color information

#663538 (or 0x663538) is unknown color: approx Merlot. HEX triplet: 66, 35 and 38. RGB value is (102,53,56). Sum of RGB (Red+Green+Blue) = 102+53+56=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663538 is #99CAC7. Grayscale: #444444. Windows color (decimal): -10078920 or 3683686. OLE color: 3683686.

HSL color Cylindrical-coordinate representation of color #663538: hue angle of 356.33º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663538 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1025356-
CMYK00.480.450.6
HSL356.33º31.61%30.39%-
HSV(B)356.33º48.04%40%-
XYZ7.475.664.44-
YUV67.99121.23152.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=48.34%
G=25.12%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102535600.480.450.6356.3331.6130.39
Hex6635380302D3C164201e
Octal146657006055745444036
Binary1100110110101111000011000010110111110010110010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663538; }

 p { color: rgb(102,53,56); }

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

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

 a { background-color: rgb(102,53,56); }

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

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

 span { border-color: rgb(102,53,56); }

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