#66373B

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

Shades of Merlot #66373B

Tints of Merlot #66373B

Color information

#66373B (or 0x66373B) is unknown color: approx Merlot. HEX triplet: 66, 37 and 3B. RGB value is (102,55,59). Sum of RGB (Red+Green+Blue) = 102+55+59=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66373B is #99C8C4. Grayscale: #454545. Windows color (decimal): -10078405 or 3880806. OLE color: 3880806.

HSL color Cylindrical-coordinate representation of color #66373B: hue angle of 354.89º 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 #66373B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1025559-
CMYK00.460.420.6
HSL354.89º29.94%30.78%-
HSV(B)354.89º46.08%40%-
XYZ7.645.874.87-
YUV69.51122.07151.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=47.22%
G=25.46%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102555900.460.420.6354.8929.9430.78
Hex66373B02E2A3C1631e1f
Octal146677305652745433637
Binary110011011011111101101011101010101111001011000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66373B; }

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

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

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

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

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

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

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

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