#663A4A

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

Shades of Tawny Port #663A4A

Tints of Tawny Port #663A4A

Color information

#663A4A (or 0x663A4A) is unknown color: approx Tawny Port. HEX triplet: 66, 3A and 4A. RGB value is (102,58,74). Sum of RGB (Red+Green+Blue) = 102+58+74=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #663A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A4A is #99C5B5. Grayscale: #484848. Windows color (decimal): -10077622 or 4864614. OLE color: 4864614.

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

Color convert

RGB1025874-
CMYK00.430.270.6
HSL338.18º27.5%31.37%-
HSV(B)338.18º43.14%40%-
XYZ8.236.357.27-
YUV72.98128.58148.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=43.59%
G=24.79%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102587400.430.270.6338.1827.531.37
Hex663A4A02B1B3C1521c1f
Octal1467211205333745223437
Binary110011011101010010100101011110111111001010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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