#663D4A

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

Shades of Tawny Port #663D4A

Tints of Tawny Port #663D4A

Color information

#663D4A (or 0x663D4A) is unknown color: approx Tawny Port. HEX triplet: 66, 3D and 4A. RGB value is (102,61,74). Sum of RGB (Red+Green+Blue) = 102+61+74=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #663D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D4A is #99C2B5. Grayscale: #4A4A4A. Windows color (decimal): -10076854 or 4865382. OLE color: 4865382.

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

Color convert

RGB1026174-
CMYK00.400.270.6
HSL340.98º25.15%31.96%-
HSV(B)340.98º40.2%40%-
XYZ8.386.667.32-
YUV74.74127.58147.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=43.04%
G=25.74%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102617400.400.270.6340.9825.1531.96
Hex663D4A0281B3C1551920
Octal1467511205033745253140
Binary1100110111101100101001010001101111110010101010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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