#664149

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

Shades of Tawny Port #664149

Tints of Tawny Port #664149

Color information

#664149 (or 0x664149) is unknown color: approx Tawny Port. HEX triplet: 66, 41 and 49. RGB value is (102,65,73). Sum of RGB (Red+Green+Blue) = 102+65+73=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664149 is #99BEB6. Grayscale: #4C4C4C. Windows color (decimal): -10075831 or 4800870. OLE color: 4800870.

HSL color Cylindrical-coordinate representation of color #664149: hue angle of 347.03º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664149 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB1026573-
CMYK00.360.280.6
HSL347.03º22.16%32.75%-
HSV(B)347.03º36.27%40%-
XYZ8.577.097.22-
YUV76.97125.76145.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=42.5%
G=27.08%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102657300.360.280.6347.0322.1632.75
Hex6641490241C3C15b1621
Octal14610111104434745332641
Binary11001101000001100100101001001110011110010101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664149; }

 p { color: rgb(102,65,73); }

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

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

 a { background-color: rgb(102,65,73); }

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

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

 span { border-color: rgb(102,65,73); }

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