#66304A

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

Shades of Tawny Port #66304A

Tints of Tawny Port #66304A

Color information

#66304A (or 0x66304A) is unknown color: approx Tawny Port. HEX triplet: 66, 30 and 4A. RGB value is (102,48,74). Sum of RGB (Red+Green+Blue) = 102+48+74=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #66304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66304A is #99CFB5. Grayscale: #434343. Windows color (decimal): -10080182 or 4862054. OLE color: 4862054.

HSL color Cylindrical-coordinate representation of color #66304A: hue angle of 331.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66304A is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1024874-
CMYK00.530.270.6
HSL331.11º36%29.41%-
HSV(B)331.11º52.94%40%-
XYZ7.775.437.12-
YUV67.11131.89152.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=45.54%
G=21.43%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102487400.530.270.6331.113629.41
Hex66304A0351B3C14b241d
Octal1466011206533745134435
Binary1100110110000100101001101011101111110010100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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