#66454C

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

Shades of Tawny Port #66454C

Tints of Tawny Port #66454C

Color information

#66454C (or 0x66454C) is unknown color: approx Tawny Port. HEX triplet: 66, 45 and 4C. RGB value is (102,69,76). Sum of RGB (Red+Green+Blue) = 102+69+76=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66454C is #99BAB3. Grayscale: #4F4F4F. Windows color (decimal): -10074804 or 4998502. OLE color: 4998502.

HSL color Cylindrical-coordinate representation of color #66454C: hue angle of 347.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66454C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1026976-
CMYK00.320.250.6
HSL347.27º19.3%33.53%-
HSV(B)347.27º32.35%40%-
XYZ8.917.67.84-
YUV79.67125.93143.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=41.30%
G=27.94%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102697600.320.250.6347.2719.333.53
Hex66454C020193C15b1322
Octal14610511404031745332342
Binary11001101000101100110001000001100111110010101101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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