#663738

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

Shades of Merlot #663738

Tints of Merlot #663738

Color information

#663738 (or 0x663738) is unknown color: approx Merlot. HEX triplet: 66, 37 and 38. RGB value is (102,55,56). Sum of RGB (Red+Green+Blue) = 102+55+56=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663738 is #99C8C7. Grayscale: #454545. Windows color (decimal): -10078408 or 3684198. OLE color: 3684198.

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

Color convert

RGB1025556-
CMYK00.460.450.6
HSL358.72º29.94%30.78%-
HSV(B)358.72º46.08%40%-
XYZ7.565.844.47-
YUV69.17120.57151.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=47.89%
G=25.82%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102555600.460.450.6358.7229.9430.78
Hex66373802E2D3C1671e1f
Octal146677005655745473637
Binary110011011011111100001011101011011111001011001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663738; }

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

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

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

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

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

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

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

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