#66334C

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

Shades of Tawny Port #66334C

Tints of Tawny Port #66334C

Color information

#66334C (or 0x66334C) is unknown color: approx Tawny Port. HEX triplet: 66, 33 and 4C. RGB value is (102,51,76). Sum of RGB (Red+Green+Blue) = 102+51+76=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66334C is #99CCB3. Grayscale: #454545. Windows color (decimal): -10079412 or 4993894. OLE color: 4993894.

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

Color convert

RGB1025176-
CMYK00.50.250.6
HSL330.59º33.33%30%-
HSV(B)330.59º50%40%-
XYZ7.975.717.52-
YUV69.1131.9151.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=44.54%
G=22.27%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102517600.50.250.6330.5933.3330
Hex66334C032193C14b211e
Octal1466311406231745134136
Binary1100110110011100110001100101100111110010100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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