#66444B

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

Shades of Tawny Port #66444B

Tints of Tawny Port #66444B

Color information

#66444B (or 0x66444B) is unknown color: approx Tawny Port. HEX triplet: 66, 44 and 4B. RGB value is (102,68,75). Sum of RGB (Red+Green+Blue) = 102+68+75=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66444B is #99BBB4. Grayscale: #4E4E4E. Windows color (decimal): -10075061 or 4932710. OLE color: 4932710.

HSL color Cylindrical-coordinate representation of color #66444B: hue angle of 347.65º 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 #66444B is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1026875-
CMYK00.330.260.6
HSL347.65º20%33.33%-
HSV(B)347.65º33.33%40%-
XYZ8.827.477.63-
YUV78.96125.76144.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=41.63%
G=27.76%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102687500.330.260.6347.652033.33
Hex66444B0211A3C15c1421
Octal14610411304132745342441
Binary11001101000100100101101000011101011110010101110010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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