#663F4D

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

Shades of Tawny Port #663F4D

Tints of Tawny Port #663F4D

Color information

#663F4D (or 0x663F4D) is unknown color: approx Tawny Port. HEX triplet: 66, 3F and 4D. RGB value is (102,63,77). Sum of RGB (Red+Green+Blue) = 102+63+77=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F4D is #99C0B2. Grayscale: #4C4C4C. Windows color (decimal): -10076339 or 5062502. OLE color: 5062502.

HSL color Cylindrical-coordinate representation of color #663F4D: hue angle of 338.46º 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 #663F4D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1026377-
CMYK00.380.250.6
HSL338.46º23.64%32.35%-
HSV(B)338.46º38.24%40%-
XYZ8.66.927.9-
YUV76.26128.42146.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=42.15%
G=26.03%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102637700.380.250.6338.4623.6432.35
Hex663F4D026193C1521820
Octal1467711504631745223040
Binary1100110111111100110101001101100111110010101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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