#663144

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

Shades of Tawny Port #663144

Tints of Tawny Port #663144

Color information

#663144 (or 0x663144) is unknown color: approx Tawny Port. HEX triplet: 66, 31 and 44. RGB value is (102,49,68). Sum of RGB (Red+Green+Blue) = 102+49+68=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #663144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663144 is #99CEBB. Grayscale: #424242. Windows color (decimal): -10079932 or 4469094. OLE color: 4469094.

HSL color Cylindrical-coordinate representation of color #663144: hue angle of 338.49º 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 #663144 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1024968-
CMYK00.520.330.6
HSL338.49º35.1%29.61%-
HSV(B)338.49º51.96%40%-
XYZ7.625.446.12-
YUV67.01128.56152.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=46.58%
G=22.37%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102496800.520.330.6338.4935.129.61
Hex663144034213C152231e
Octal1466110406441745224336
Binary11001101100011000100011010010000111110010101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663144; }

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

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

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

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

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

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

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

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