#663F4A

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

Shades of Tawny Port #663F4A

Tints of Tawny Port #663F4A

Color information

#663F4A (or 0x663F4A) is unknown color: approx Tawny Port. HEX triplet: 66, 3F and 4A. RGB value is (102,63,74). Sum of RGB (Red+Green+Blue) = 102+63+74=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #663F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F4A is #99C0B5. Grayscale: #4B4B4B. Windows color (decimal): -10076342 or 4865894. OLE color: 4865894.

HSL color Cylindrical-coordinate representation of color #663F4A: hue angle of 343.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F4A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1026374-
CMYK00.380.270.6
HSL343.08º23.64%32.35%-
HSV(B)343.08º38.24%40%-
XYZ8.496.877.36-
YUV75.91126.92146.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=42.68%
G=26.36%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102637400.380.270.6343.0823.6432.35
Hex663F4A0261B3C1571820
Octal1467711204633745273040
Binary1100110111111100101001001101101111110010101011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663F4A; }

 p { color: rgb(102,63,74); }

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

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

 a { background-color: rgb(102,63,74); }

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

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

 span { border-color: rgb(102,63,74); }

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