#66334A

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

Shades of Tawny Port #66334A

Tints of Tawny Port #66334A

Color information

#66334A (or 0x66334A) is unknown color: approx Tawny Port. HEX triplet: 66, 33 and 4A. RGB value is (102,51,74). Sum of RGB (Red+Green+Blue) = 102+51+74=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #66334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66334A is #99CCB5. Grayscale: #444444. Windows color (decimal): -10079414 or 4862822. OLE color: 4862822.

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

Color convert

RGB1025174-
CMYK00.50.270.6
HSL332.94º33.33%30%-
HSV(B)332.94º50%40%-
XYZ7.95.697.16-
YUV68.87130.9151.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=44.93%
G=22.47%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102517400.50.270.6332.9433.3330
Hex66334A0321B3C14d211e
Octal1466311206233745154136
Binary1100110110011100101001100101101111110010100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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