#66353B

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

Shades of Merlot #66353B

Tints of Merlot #66353B

Color information

#66353B (or 0x66353B) is unknown color: approx Merlot. HEX triplet: 66, 35 and 3B. RGB value is (102,53,59). Sum of RGB (Red+Green+Blue) = 102+53+59=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66353B is #99CAC4. Grayscale: #444444. Windows color (decimal): -10078917 or 3880294. OLE color: 3880294.

HSL color Cylindrical-coordinate representation of color #66353B: hue angle of 352.65º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66353B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1025359-
CMYK00.480.420.6
HSL352.65º31.61%30.39%-
HSV(B)352.65º48.04%40%-
XYZ7.545.694.84-
YUV68.33122.73152.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=47.66%
G=24.77%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102535900.480.420.6352.6531.6130.39
Hex66353B0302A3C161201e
Octal146657306052745414036
Binary1100110110101111011011000010101011110010110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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