#66324A

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

Shades of Tawny Port #66324A

Tints of Tawny Port #66324A

Color information

#66324A (or 0x66324A) is unknown color: approx Tawny Port. HEX triplet: 66, 32 and 4A. RGB value is (102,50,74). Sum of RGB (Red+Green+Blue) = 102+50+74=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #66324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66324A is #99CDB5. Grayscale: #444444. Windows color (decimal): -10079670 or 4862566. OLE color: 4862566.

HSL color Cylindrical-coordinate representation of color #66324A: hue angle of 332.31º 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 #66324A is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1025074-
CMYK00.510.270.6
HSL332.31º34.21%29.8%-
HSV(B)332.31º50.98%40%-
XYZ7.865.67.15-
YUV68.28131.23152.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=45.13%
G=22.12%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102507400.510.270.6332.3134.2129.8
Hex66324A0331B3C14c221e
Octal1466211206333745144236
Binary1100110110010100101001100111101111110010100110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66324A; }

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

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

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

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

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

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

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

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