#66363B

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

Shades of Merlot #66363B

Tints of Merlot #66363B

Color information

#66363B (or 0x66363B) is unknown color: approx Merlot. HEX triplet: 66, 36 and 3B. RGB value is (102,54,59). Sum of RGB (Red+Green+Blue) = 102+54+59=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66363B is #99C9C4. Grayscale: #444444. Windows color (decimal): -10078661 or 3880550. OLE color: 3880550.

HSL color Cylindrical-coordinate representation of color #66363B: hue angle of 353.75º 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 #66363B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1025459-
CMYK00.470.420.6
HSL353.75º30.77%30.59%-
HSV(B)353.75º47.06%40%-
XYZ7.595.784.85-
YUV68.92122.4151.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=47.44%
G=25.12%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102545900.470.420.6353.7530.7730.59
Hex66363B02F2A3C1621f1f
Octal146667305752745423737
Binary110011011011011101101011111010101111001011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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