#66404D

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

Shades of Tawny Port #66404D

Tints of Tawny Port #66404D

Color information

#66404D (or 0x66404D) is unknown color: approx Tawny Port. HEX triplet: 66, 40 and 4D. RGB value is (102,64,77). Sum of RGB (Red+Green+Blue) = 102+64+77=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66404D is #99BFB2. Grayscale: #4C4C4C. Windows color (decimal): -10076083 or 5062758. OLE color: 5062758.

HSL color Cylindrical-coordinate representation of color #66404D: hue angle of 339.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66404D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1026477-
CMYK00.370.250.6
HSL339.47º22.89%32.55%-
HSV(B)339.47º37.25%40%-
XYZ8.657.037.92-
YUV76.84128.09145.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=41.98%
G=26.34%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102647700.370.250.6339.4722.8932.55
Hex66404D025193C1531721
Octal14610011504531745232741
Binary11001101000000100110101001011100111110010101001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,64,77); }

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

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

 a { background-color: rgb(102,64,77); }

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

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

 span { border-color: rgb(102,64,77); }

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