#66444E

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

Shades of Tawny Port #66444E

Tints of Tawny Port #66444E

Color information

#66444E (or 0x66444E) is unknown color: approx Tawny Port. HEX triplet: 66, 44 and 4E. RGB value is (102,68,78). Sum of RGB (Red+Green+Blue) = 102+68+78=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66444E is #99BBB1. Grayscale: #4F4F4F. Windows color (decimal): -10075058 or 5129318. OLE color: 5129318.

HSL color Cylindrical-coordinate representation of color #66444E: hue angle of 342.35º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66444E is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1026878-
CMYK00.330.240.6
HSL342.35º20%33.33%-
HSV(B)342.35º33.33%40%-
XYZ8.927.518.19-
YUV79.31127.26144.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=41.13%
G=27.42%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102687800.330.240.6342.352033.33
Hex66444E021183C1561421
Octal14610411604130745262441
Binary11001101000100100111001000011100011110010101011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66444E; }

 p { color: rgb(102,68,78); }

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

<style>
 a { background-color: #66444E; }

 a { background-color: rgb(102,68,78); }

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

<style>
 span { border-color: #66444E; }

 span { border-color: rgb(102,68,78); }

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