#66465E

Color #66465E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #66465E

Tints of Purple Taupe #66465E

Color information

#66465E (or 0x66465E) is unknown color: approx Purple Taupe. HEX triplet: 66, 46 and 5E. RGB value is (102,70,94). Sum of RGB (Red+Green+Blue) = 102+70+94=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66465E is #99B9A1. Grayscale: #525252. Windows color (decimal): -10074530 or 6178406. OLE color: 6178406.

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

Color convert

RGB1027094-
CMYK00.310.080.6
HSL315º18.6%33.73%-
HSV(B)315º31.37%40%-
XYZ9.698.0111.63-
YUV82.3134.6142.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=38.35%
G=26.32%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102709400.310.080.631518.633.73
Hex66465E01F83C13b1322
Octal14610613603710744732342
Binary110011010001101011110011111100011110010011101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,70,94); }

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

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

 a { background-color: rgb(102,70,94); }

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

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

 span { border-color: rgb(102,70,94); }

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