#66424D

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

Shades of Tawny Port #66424D

Tints of Tawny Port #66424D

Color information

#66424D (or 0x66424D) is unknown color: approx Tawny Port. HEX triplet: 66, 42 and 4D. RGB value is (102,66,77). Sum of RGB (Red+Green+Blue) = 102+66+77=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66424D is #99BDB2. Grayscale: #4E4E4E. Windows color (decimal): -10075571 or 5063270. OLE color: 5063270.

HSL color Cylindrical-coordinate representation of color #66424D: hue angle of 341.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66424D is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1026677-
CMYK00.350.250.6
HSL341.67º21.43%32.94%-
HSV(B)341.67º35.29%40%-
XYZ8.777.267.96-
YUV78.02127.43145.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=41.63%
G=26.94%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102667700.350.250.6341.6721.4332.94
Hex66424D023193C1561521
Octal14610211504331745262541
Binary11001101000010100110101000111100111110010101011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66424D; }

 p { color: rgb(102,66,77); }

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

<style>
 a { background-color: #66424D; }

 a { background-color: rgb(102,66,77); }

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

<style>
 span { border-color: #66424D; }

 span { border-color: rgb(102,66,77); }

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