#65465E

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

Shades of Purple Taupe #65465E

Tints of Purple Taupe #65465E

Color information

#65465E (or 0x65465E) is unknown color: approx Purple Taupe. HEX triplet: 65, 46 and 5E. RGB value is (101,70,94). Sum of RGB (Red+Green+Blue) = 101+70+94=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #65465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65465E is #9AB9A1. Grayscale: #515151. Windows color (decimal): -10140066 or 6178405. OLE color: 6178405.

HSL color Cylindrical-coordinate representation of color #65465E: hue angle of 313.55º degrees, saturation: 0.18, 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 #65465E is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1017094-
CMYK00.310.070.60
HSL313.55º18.13%33.53%-
HSV(B)313.55º30.69%39.61%-
XYZ9.587.9611.62-
YUV82134.77141.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=38.11%
G=26.42%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101709400.310.070.60313.5518.1333.53
Hex65465E01F73C13a1222
Octal1451061360377744722242
Binary11001011000110101111001111111111110010011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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