#66334F

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

Shades of Tawny Port #66334F

Tints of Tawny Port #66334F

Color information

#66334F (or 0x66334F) is unknown color: approx Tawny Port. HEX triplet: 66, 33 and 4F. RGB value is (102,51,79). Sum of RGB (Red+Green+Blue) = 102+51+79=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66334F is #99CCB0. Grayscale: #454545. Windows color (decimal): -10079409 or 5190502. OLE color: 5190502.

HSL color Cylindrical-coordinate representation of color #66334F: hue angle of 327.06º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66334F is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1025179-
CMYK00.50.230.6
HSL327.06º33.33%30%-
HSV(B)327.06º50%40%-
XYZ8.075.768.08-
YUV69.44133.4151.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=43.97%
G=21.98%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102517900.50.230.6327.0633.3330
Hex66334F032173C147211e
Octal1466311706227745074136
Binary1100110110011100111101100101011111110010100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66334F; }

 p { color: rgb(102,51,79); }

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

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

 a { background-color: rgb(102,51,79); }

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

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

 span { border-color: rgb(102,51,79); }

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