#663245

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

Shades of Tawny Port #663245

Tints of Tawny Port #663245

Color information

#663245 (or 0x663245) is unknown color: approx Tawny Port. HEX triplet: 66, 32 and 45. RGB value is (102,50,69). Sum of RGB (Red+Green+Blue) = 102+50+69=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663245 is #99CDBA. Grayscale: #434343. Windows color (decimal): -10079675 or 4534886. OLE color: 4534886.

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

Color convert

RGB1025069-
CMYK00.510.320.6
HSL338.08º34.21%29.8%-
HSV(B)338.08º50.98%40%-
XYZ7.695.546.29-
YUV67.71128.73152.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=46.15%
G=22.62%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102506900.510.320.6338.0834.2129.8
Hex663245033203C152221e
Octal1466210506340745224236
Binary11001101100101000101011001110000011110010101001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663245; }

 p { color: rgb(102,50,69); }

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

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

 a { background-color: rgb(102,50,69); }

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

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

 span { border-color: rgb(102,50,69); }

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