#66363D

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

Shades of Merlot #66363D

Tints of Merlot #66363D

Color information

#66363D (or 0x66363D) is unknown color: approx Merlot. HEX triplet: 66, 36 and 3D. RGB value is (102,54,61). Sum of RGB (Red+Green+Blue) = 102+54+61=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66363D is #99C9C2. Grayscale: #454545. Windows color (decimal): -10078659 or 4011622. OLE color: 4011622.

HSL color Cylindrical-coordinate representation of color #66363D: hue angle of 351.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66363D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1025461-
CMYK00.470.400.6
HSL351.25º30.77%30.59%-
HSV(B)351.25º47.06%40%-
XYZ7.645.85.13-
YUV69.15123.4151.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=47.00%
G=24.88%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102546100.470.400.6351.2530.7730.59
Hex66363D02F283C15f1f1f
Octal146667505750745373737
Binary110011011011011110101011111010001111001010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66363D; }

 p { color: rgb(102,54,61); }

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

<style>
 a { background-color: #66363D; }

 a { background-color: rgb(102,54,61); }

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

<style>
 span { border-color: #66363D; }

 span { border-color: rgb(102,54,61); }

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