#66373F

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

Shades of Merlot #66373F

Tints of Merlot #66373F

Color information

#66373F (or 0x66373F) is unknown color: approx Merlot. HEX triplet: 66, 37 and 3F. RGB value is (102,55,63). Sum of RGB (Red+Green+Blue) = 102+55+63=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66373F is #99C8C0. Grayscale: #454545. Windows color (decimal): -10078401 or 4142950. OLE color: 4142950.

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

Color convert

RGB1025563-
CMYK00.460.380.6
HSL349.79º29.94%30.78%-
HSV(B)349.79º46.08%40%-
XYZ7.745.925.44-
YUV69.96124.07150.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 63 (25% from 255) = 28.64%
R=46.36%
G=25%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102556300.460.380.6349.7929.9430.78
Hex66373F02E263C15e1e1f
Octal146677705646745363637
Binary110011011011111111101011101001101111001010111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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