#663F4C

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

Shades of Tawny Port #663F4C

Tints of Tawny Port #663F4C

Color information

#663F4C (or 0x663F4C) is unknown color: approx Tawny Port. HEX triplet: 66, 3F and 4C. RGB value is (102,63,76). Sum of RGB (Red+Green+Blue) = 102+63+76=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F4C is #99C0B3. Grayscale: #4C4C4C. Windows color (decimal): -10076340 or 4996966. OLE color: 4996966.

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

Color convert

RGB1026376-
CMYK00.380.250.6
HSL340º23.64%32.35%-
HSV(B)340º38.24%40%-
XYZ8.566.97.72-
YUV76.14127.92146.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=42.32%
G=26.14%
B=31.54%

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
Decimal102637600.380.250.634023.6432.35
Hex663F4C026193C1541820
Octal1467711404631745243040
Binary1100110111111100110001001101100111110010101010011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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