#663046

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

Shades of Tawny Port #663046

Tints of Tawny Port #663046

Color information

#663046 (or 0x663046) is unknown color: approx Tawny Port. HEX triplet: 66, 30 and 46. RGB value is (102,48,70). Sum of RGB (Red+Green+Blue) = 102+48+70=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #663046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663046 is #99CFB9. Grayscale: #424242. Windows color (decimal): -10080186 or 4599910. OLE color: 4599910.

HSL color Cylindrical-coordinate representation of color #663046: hue angle of 335.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663046 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1024870-
CMYK00.530.310.6
HSL335.56º36%29.41%-
HSV(B)335.56º52.94%40%-
XYZ7.645.386.43-
YUV66.65129.89153.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=46.36%
G=21.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102487000.530.310.6335.563629.41
Hex6630460351F3C150241d
Octal1466010606537745204435
Binary1100110110000100011001101011111111110010101000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663046; }

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

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

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

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

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

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

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

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