#66304B

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

Shades of Tawny Port #66304B

Tints of Tawny Port #66304B

Color information

#66304B (or 0x66304B) is unknown color: approx Tawny Port. HEX triplet: 66, 30 and 4B. RGB value is (102,48,75). Sum of RGB (Red+Green+Blue) = 102+48+75=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #66304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66304B is #99CFB4. Grayscale: #434343. Windows color (decimal): -10080181 or 4927590. OLE color: 4927590.

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

Color convert

RGB1024875-
CMYK00.530.260.6
HSL330º36%29.41%-
HSV(B)330º52.94%40%-
XYZ7.815.457.3-
YUV67.22132.39152.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=45.33%
G=21.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102487500.530.260.63303629.41
Hex66304B0351A3C14a241d
Octal1466011306532745124435
Binary1100110110000100101101101011101011110010100101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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