#66454D

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

Shades of Tawny Port #66454D

Tints of Tawny Port #66454D

Color information

#66454D (or 0x66454D) is unknown color: approx Tawny Port. HEX triplet: 66, 45 and 4D. RGB value is (102,69,77). Sum of RGB (Red+Green+Blue) = 102+69+77=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66454D is #99BAB2. Grayscale: #4F4F4F. Windows color (decimal): -10074803 or 5064038. OLE color: 5064038.

HSL color Cylindrical-coordinate representation of color #66454D: hue angle of 345.45º 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 #66454D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1026977-
CMYK00.320.250.6
HSL345.45º19.3%33.53%-
HSV(B)345.45º32.35%40%-
XYZ8.957.628.02-
YUV79.78126.43143.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=41.13%
G=27.82%
B=31.05%

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
Decimal102697700.320.250.6345.4519.333.53
Hex66454D020193C1591322
Octal14610511504031745312342
Binary11001101000101100110101000001100111110010101100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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