#66324C

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

Shades of Tawny Port #66324C

Tints of Tawny Port #66324C

Color information

#66324C (or 0x66324C) is unknown color: approx Tawny Port. HEX triplet: 66, 32 and 4C. RGB value is (102,50,76). Sum of RGB (Red+Green+Blue) = 102+50+76=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66324C is #99CDB3. Grayscale: #444444. Windows color (decimal): -10079668 or 4993638. OLE color: 4993638.

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

Color convert

RGB1025076-
CMYK00.510.250.6
HSL330º34.21%29.8%-
HSV(B)330º50.98%40%-
XYZ7.925.637.51-
YUV68.51132.23151.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=44.74%
G=21.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102507600.510.250.633034.2129.8
Hex66324C033193C14a221e
Octal1466211406331745124236
Binary1100110110010100110001100111100111110010100101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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