#663138

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

Shades of Merlot #663138

Tints of Merlot #663138

Color information

#663138 (or 0x663138) is unknown color: approx Merlot. HEX triplet: 66, 31 and 38. RGB value is (102,49,56). Sum of RGB (Red+Green+Blue) = 102+49+56=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663138 is #99CEC7. Grayscale: #414141. Windows color (decimal): -10079944 or 3682662. OLE color: 3682662.

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

Color convert

RGB1024956-
CMYK00.520.450.6
HSL352.08º35.1%29.61%-
HSV(B)352.08º51.96%40%-
XYZ7.295.314.38-
YUV65.64122.56153.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=49.28%
G=23.67%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102495600.520.450.6352.0835.129.61
Hex6631380342D3C160231e
Octal146617006455745404336
Binary1100110110001111000011010010110111110010110000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663138; }

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

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

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

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

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

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

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

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