#66414A

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

Shades of Tawny Port #66414A

Tints of Tawny Port #66414A

Color information

#66414A (or 0x66414A) is unknown color: approx Tawny Port. HEX triplet: 66, 41 and 4A. RGB value is (102,65,74). Sum of RGB (Red+Green+Blue) = 102+65+74=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #66414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66414A is #99BEB5. Grayscale: #4D4D4D. Windows color (decimal): -10075830 or 4866406. OLE color: 4866406.

HSL color Cylindrical-coordinate representation of color #66414A: hue angle of 345.41º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66414A is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1026574-
CMYK00.360.270.6
HSL345.41º22.16%32.75%-
HSV(B)345.41º36.27%40%-
XYZ8.617.17.4-
YUV77.09126.26145.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=42.32%
G=26.97%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102657400.360.270.6345.4122.1632.75
Hex66414A0241B3C1591621
Octal14610111204433745312641
Binary11001101000001100101001001001101111110010101100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66414A; }

 p { color: rgb(102,65,74); }

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

<style>
 a { background-color: #66414A; }

 a { background-color: rgb(102,65,74); }

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

<style>
 span { border-color: #66414A; }

 span { border-color: rgb(102,65,74); }

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