#663146

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

Shades of Tawny Port #663146

Tints of Tawny Port #663146

Color information

#663146 (or 0x663146) is unknown color: approx Tawny Port. HEX triplet: 66, 31 and 46. RGB value is (102,49,70). Sum of RGB (Red+Green+Blue) = 102+49+70=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663146 is #99CEB9. Grayscale: #434343. Windows color (decimal): -10079930 or 4600166. OLE color: 4600166.

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

Color convert

RGB1024970-
CMYK00.520.310.6
HSL336.23º35.1%29.61%-
HSV(B)336.23º51.96%40%-
XYZ7.685.466.44-
YUV67.24129.56152.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=46.15%
G=22.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102497000.520.310.6336.2335.129.61
Hex6631460341F3C150231e
Octal1466110606437745204336
Binary1100110110001100011001101001111111110010101000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663146; }

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

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

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

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

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

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

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

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