#66373A

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

Shades of Merlot #66373A

Tints of Merlot #66373A

Color information

#66373A (or 0x66373A) is unknown color: approx Merlot. HEX triplet: 66, 37 and 3A. RGB value is (102,55,58). Sum of RGB (Red+Green+Blue) = 102+55+58=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66373A is #99C8C5. Grayscale: #454545. Windows color (decimal): -10078406 or 3815270. OLE color: 3815270.

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

Color convert

RGB1025558-
CMYK00.460.430.6
HSL356.17º29.94%30.78%-
HSV(B)356.17º46.08%40%-
XYZ7.615.864.73-
YUV69.4121.57151.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=47.44%
G=25.58%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102555800.460.430.6356.1729.9430.78
Hex66373A02E2B3C1641e1f
Octal146677205653745443637
Binary110011011011111101001011101010111111001011001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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