#66383C

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

Shades of Merlot #66383C

Tints of Merlot #66383C

Color information

#66383C (or 0x66383C) is unknown color: approx Merlot. HEX triplet: 66, 38 and 3C. RGB value is (102,56,60). Sum of RGB (Red+Green+Blue) = 102+56+60=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66383C is #99C7C3. Grayscale: #464646. Windows color (decimal): -10078148 or 3946598. OLE color: 3946598.

HSL color Cylindrical-coordinate representation of color #66383C: hue angle of 354.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66383C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1025660-
CMYK00.450.410.6
HSL354.78º29.11%30.98%-
HSV(B)354.78º45.1%40%-
XYZ7.715.985.02-
YUV70.21122.24150.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=46.79%
G=25.69%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102566000.450.410.6354.7829.1130.98
Hex66383C02D293C1631d1f
Octal146707405551745433537
Binary110011011100011110001011011010011111001011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66383C; }

 p { color: rgb(102,56,60); }

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

<style>
 a { background-color: #66383C; }

 a { background-color: rgb(102,56,60); }

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

<style>
 span { border-color: #66383C; }

 span { border-color: rgb(102,56,60); }

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