#63465E

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

Shades of Purple Taupe #63465E

Tints of Purple Taupe #63465E

Color information

#63465E (or 0x63465E) is unknown color: approx Purple Taupe. HEX triplet: 63, 46 and 5E. RGB value is (99,70,94). Sum of RGB (Red+Green+Blue) = 99+70+94=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63465E is #9CB9A1. Grayscale: #515151. Windows color (decimal): -10271138 or 6178403. OLE color: 6178403.

HSL color Cylindrical-coordinate representation of color #63465E: hue angle of 310.34º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63465E is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB997094-
CMYK00.290.050.61
HSL310.34º17.16%33.14%-
HSV(B)310.34º29.29%38.82%-
XYZ9.367.8411.61-
YUV81.41135.11140.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=37.64%
G=26.62%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99709400.290.050.61310.3417.1633.14
Hex63465E01D53D1361121
Octal1431061360355754662141
Binary11000111000110101111001110110111110110011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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