#66343A

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

Shades of Merlot #66343A

Tints of Merlot #66343A

Color information

#66343A (or 0x66343A) is unknown color: approx Merlot. HEX triplet: 66, 34 and 3A. RGB value is (102,52,58). Sum of RGB (Red+Green+Blue) = 102+52+58=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66343A is #99CBC5. Grayscale: #434343. Windows color (decimal): -10079174 or 3814502. OLE color: 3814502.

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

Color convert

RGB1025258-
CMYK00.490.430.6
HSL352.8º32.47%30.2%-
HSV(B)352.8º49.02%40%-
XYZ7.475.594.69-
YUV67.63122.56152.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=48.11%
G=24.53%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102525800.490.430.6352.832.4730.2
Hex66343A0312B3C161201e
Octal146647206153745414036
Binary1100110110100111010011000110101111110010110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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