#61465C

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

Shades of Purple Taupe #61465C

Tints of Purple Taupe #61465C

Color information

#61465C (or 0x61465C) is unknown color: approx Purple Taupe. HEX triplet: 61, 46 and 5C. RGB value is (97,70,92). Sum of RGB (Red+Green+Blue) = 97+70+92=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61465C is #9EB9A3. Grayscale: #505050. Windows color (decimal): -10402212 or 6047329. OLE color: 6047329.

HSL color Cylindrical-coordinate representation of color #61465C: hue angle of 311.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61465C is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB977092-
CMYK00.280.050.62
HSL311.11º16.17%32.75%-
HSV(B)311.11º27.84%38.04%-
XYZ9.057.6911.13-
YUV80.58134.45139.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=37.45%
G=27.03%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97709200.280.050.62311.1116.1732.75
Hex61465C01C53E1371021
Octal1411061340345764672041
Binary11000011000110101110001110010111111010011011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,70,92); }

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

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

 a { background-color: rgb(97,70,92); }

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

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

 span { border-color: rgb(97,70,92); }

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