#663A46

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

Shades of Tawny Port #663A46

Tints of Tawny Port #663A46

Color information

#663A46 (or 0x663A46) is unknown color: approx Tawny Port. HEX triplet: 66, 3A and 46. RGB value is (102,58,70). Sum of RGB (Red+Green+Blue) = 102+58+70=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #663A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A46 is #99C5B9. Grayscale: #484848. Windows color (decimal): -10077626 or 4602470. OLE color: 4602470.

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

Color convert

RGB1025870-
CMYK00.430.310.6
HSL343.64º27.5%31.37%-
HSV(B)343.64º43.14%40%-
XYZ8.16.296.58-
YUV72.52126.58149.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=44.35%
G=25.22%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102587000.430.310.6343.6427.531.37
Hex663A4602B1F3C1581c1f
Octal1467210605337745303437
Binary110011011101010001100101011111111111001010110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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