#664046

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

Shades of Tawny Port #664046

Tints of Tawny Port #664046

Color information

#664046 (or 0x664046) is unknown color: approx Tawny Port. HEX triplet: 66, 40 and 46. RGB value is (102,64,70). Sum of RGB (Red+Green+Blue) = 102+64+70=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #664046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664046 is #99BFB9. Grayscale: #4C4C4C. Windows color (decimal): -10076090 or 4604006. OLE color: 4604006.

HSL color Cylindrical-coordinate representation of color #664046: hue angle of 350.53º 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 #664046 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1026470-
CMYK00.370.310.6
HSL350.53º22.89%32.55%-
HSV(B)350.53º37.25%40%-
XYZ8.426.936.69-
YUV76.05124.59146.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=43.22%
G=27.12%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102647000.370.310.6350.5322.8932.55
Hex6640460251F3C15f1721
Octal14610010604537745372741
Binary11001101000000100011001001011111111110010101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664046; }

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

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

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

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

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

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

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

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